What is the HEX code for greyish brown?
The CSS color greyish brown in HEX format is #7a6a4f. Use this value directly in CSS, SVG, and most design tools.
How do I use greyish brown in CSS?
To apply greyish brown in CSS:
- Text color: color: #7a6a4f;
- Background: background-color: #7a6a4f;
- Border: border-color: #7a6a4f;
What are all the color format values for greyish brown?
| Format | Value |
|---|---|
| HEX | #7a6a4f |
| RGB | rgb(122, 106, 79) |
| HSL | hsl(37.7, 21.4%, 39.4%) |
| CMYK | cmyk(0%, 13.1%, 35.2%, 52.2%) |
How do I convert greyish brown to HEX?
Select greyish brown from the color name list in our color converter. The HEX value — #7a6a4f — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greyish brown belong to?
greyish brown belongs to the orange color family. It is a medium, muted color with HSL values: hue 37.7°, saturation 21.4%, lightness 39.4%.
How do I create lighter and darker shades of greyish brown?
Lighter variant (lightness 54.4%): #a49172. Darker variant (lightness 24.4%): #4c4231. 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.