What is the RGB code for purplish grey?
The CSS color purplish grey in RGB format is rgb(122, 104, 127). Use this value directly in CSS, SVG, and most design tools.
How do I use purplish grey in CSS?
To apply purplish grey in CSS:
- Text color: color: rgb(122, 104, 127);
- Background: background-color: rgb(122, 104, 127);
- Border: border-color: rgb(122, 104, 127);
What are all the color format values for purplish grey?
| Format | Value |
|---|---|
| HEX | #7a687f |
| RGB | rgb(122, 104, 127) |
| HSL | hsl(287, 10%, 45.3%) |
| CMYK | cmyk(3.9%, 18.1%, 0%, 50.2%) |
How do I convert purplish grey to RGB?
Select purplish grey from the color name list in our color converter. The RGB value — rgb(122, 104, 127) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purplish grey belong to?
purplish grey belongs to the purple color family. It is a medium, muted color with HSL values: hue 287°, saturation 10%, lightness 45.3%.
How do I create lighter and darker shades of purplish grey?
Lighter variant (lightness 60.3%): #a090a4. Darker variant (lightness 30.299999999999997%): #524655. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.