What is the HEX code for warm grey?
The CSS color warm grey in HEX format is #978a84. Use this value directly in CSS, SVG, and most design tools.
How do I use warm grey in CSS?
To apply warm grey in CSS:
- Text color: color: #978a84;
- Background: background-color: #978a84;
- Border: border-color: #978a84;
What are all the color format values for warm grey?
| Format | Value |
|---|---|
| HEX | #978a84 |
| RGB | rgb(151, 138, 132) |
| HSL | hsl(18.9, 8.4%, 55.5%) |
| CMYK | cmyk(0%, 8.6%, 12.6%, 40.8%) |
How do I convert warm grey to HEX?
Select warm grey from the color name list in our color converter. The HEX value — #978a84 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does warm grey belong to?
warm grey belongs to the orange color family. It is a medium, muted color with HSL values: hue 18.9°, saturation 8.4%, lightness 55.5%.
How do I create lighter and darker shades of warm grey?
Lighter variant (lightness 70.5%): #bab1ad. Darker variant (lightness 40.5%): #70645f. 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.