What is the RGB code for reddish grey?
The CSS color reddish grey in RGB format is rgb(153, 117, 112). Use this value directly in CSS, SVG, and most design tools.
How do I use reddish grey in CSS?
To apply reddish grey in CSS:
- Text color: color: rgb(153, 117, 112);
- Background: background-color: rgb(153, 117, 112);
- Border: border-color: rgb(153, 117, 112);
What are all the color format values for reddish grey?
| Format | Value |
|---|---|
| HEX | #997570 |
| RGB | rgb(153, 117, 112) |
| HSL | hsl(7.3, 16.7%, 52%) |
| CMYK | cmyk(0%, 23.5%, 26.8%, 40%) |
How do I convert reddish grey to RGB?
Select reddish grey from the color name list in our color converter. The RGB value — rgb(153, 117, 112) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does reddish grey belong to?
reddish grey belongs to the red color family. It is a medium, muted color with HSL values: hue 7.3°, saturation 16.7%, lightness 52%.
How do I create lighter and darker shades of reddish grey?
Lighter variant (lightness 67%): #b9a09d. Darker variant (lightness 37%): #6e524f. 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.