What is the RGB code for warm grey?
The CSS color warm grey in RGB format is rgb(151, 138, 132). 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: rgb(151, 138, 132);
- Background: background-color: rgb(151, 138, 132);
- Border: border-color: rgb(151, 138, 132);
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 RGB?
Select warm grey from the color name list in our color converter. The RGB value — rgb(151, 138, 132) — 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 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.