#837C66
A medium, muted yellow closely aligning with Gray.
About #837C66
When working with digital screens, the color #837C66 is rendered by mixing light. Its closest recognized web color is Gray. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 124, and 102.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 5% M, 22% Y, and 49% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#837C66
RGB131, 124, 102
HSL45.5°, 12.4%, 45.7%
CMYK0%, 5%, 22%, 49%
HSV45.5°, 22.1%, 51.4%
LAB52.1, -1.2, 13.0
XYZ19.0, 20.2, 15.5
Decimal8617062
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #837C66;
}
.text-color {
color: #837C66;
}
.border-color {
border: 2px solid #837C66;
}