#7C6657
A medium, muted orange closely aligning with Dimgray.
About #7C6657
The precise color #7C6657 is an excellent choice for modern design projects. It is closely associated with the named CSS color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 102, and 87.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 18% magenta, 30% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C6657
RGB124, 102, 87
HSL24.3°, 17.5%, 41.4%
CMYK0%, 18%, 30%, 51%
HSV24.3°, 29.8%, 48.6%
LAB44.9, 6.4, 11.8
XYZ14.8, 14.5, 11.0
Decimal8152663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.39:1
Text on #FFFFFF
AA
3.90:1
Text on #000000
AA Large
5.15:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C6657;
}
.text-color {
color: #7C6657;
}
.border-color {
border: 2px solid #7C6657;
}