#92756D
A medium, muted red closely aligning with Gray.
About #92756D
At its core, #92756D is a medium and muted hue. Its closest recognized web color is Gray. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 117, and 109.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 20% magenta, 25% yellow, and 43% black. With a hue angle of 13.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92756D
RGB146, 117, 109
HSL13.0°, 14.5%, 50.0%
CMYK0%, 20%, 25%, 43%
HSV13.0°, 25.3%, 57.3%
LAB51.8, 10.1, 8.7
XYZ21.0, 19.9, 17.2
Decimal9598317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #92756D;
}
.text-color {
color: #92756D;
}
.border-color {
border: 2px solid #92756D;
}