Greyish brown to RGB — Color Code

RGB

rgb(122, 106, 79)

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%)

What is the RGB code for greyish brown?

The CSS color greyish brown in RGB format is rgb(122, 106, 79). 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: rgb(122, 106, 79);
  • Background: background-color: rgb(122, 106, 79);
  • Border: border-color: rgb(122, 106, 79);

What are all the color format values for greyish brown?

FormatValue
HEX#7a6a4f
RGBrgb(122, 106, 79)
HSLhsl(37.7, 21.4%, 39.4%)
CMYKcmyk(0%, 13.1%, 35.2%, 52.2%)

How do I convert greyish brown to RGB?

Select greyish brown from the color name list in our color converter. The RGB value — rgb(122, 106, 79) — 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 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.