#7D706B
A medium, muted neutral closely aligning with Dimgray.
About #7D706B
Visually, #7D706B is defined as a muted neutral. Designers often compare it to the standard color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 125, 112, and 107.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 10% magenta inks. The HSL representation is 16.7° hue, 7.8% saturation, and 45.5% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7D706B
RGB125, 112, 107
HSL16.7°, 7.8%, 45.5%
CMYK0%, 10%, 14%, 51%
HSV16.7°, 14.4%, 49.0%
LAB48.3, 4.2, 4.6
XYZ16.9, 17.0, 16.3
Decimal8220779
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.77:1
Text on #FFFFFF
AA
4.40:1
Text on #000000
AA Large
4.56:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7D706B;
}
.text-color {
color: #7D706B;
}
.border-color {
border: 2px solid #7D706B;
}