#997C75
A medium, muted red closely aligning with Rosybrown.
About #997C75
When working with digital screens, the color #997C75 is rendered by mixing light. Its closest recognized web color is Rosybrown. In the RGB color space, it consists of 153 red, 124 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 19% M, 24% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#997C75
RGB153, 124, 117
HSL11.7°, 15.0%, 52.9%
CMYK0%, 19%, 24%, 40%
HSV11.7°, 23.5%, 60.0%
LAB54.5, 10.1, 8.0
XYZ23.6, 22.5, 19.9
Decimal10058869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.49:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #997C75;
}
.text-color {
color: #997C75;
}
.border-color {
border: 2px solid #997C75;
}