What is the HEX code for reddish grey?
The CSS color reddish grey in HEX format is #997570. 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: #997570;
- Background: background-color: #997570;
- Border: border-color: #997570;
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 HEX?
Select reddish grey from the color name list in our color converter. The HEX value — #997570 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.