Shades of Empress #7D666D
Tints of Empress #7D666D
RGB
CMYK
RGB Variations
Color information
#7D666D (or 0x7D666D) is known color: Empress. HEX triplet: 7D, 66 and 6D. RGB value is (125,102,109). Sum of RGB (Red+Green+Blue) = 125+102+109=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 125 - color contains mainly: red. Hex color #7D666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D666D is #829992. Grayscale: #6D6D6D. Windows color (decimal): -8558995 or 7169661. OLE color: 7169661.
HSL color Cylindrical-coordinate representation of color #7D666D: hue angle of 341.74º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D666D is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 109 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.51 |
| HSL | 341.74º | 0.1% | 0.45% | - |
| HSV(B) | 341.74º | 0.18% | 0.49% | - |
| XYZ | 15.97 | 14.97 | 16.52 | - |
| YUV | 109.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 109 | 0 | 0.18 | 0.13 | 0.51 | 341.74 | 0.1 | 0.45 |
| Hex | 7D | 66 | 6D | 0 | 12 | D | 33 | 156 | A | 2D |
| Octal | 175 | 146 | 155 | 0 | 22 | 15 | 63 | 526 | 12 | 55 |
| Binary | 1111101 | 1100110 | 1101101 | 0 | 10010 | 1101 | 110011 | 101010110 | 1010 | 101101 |
Color Harmonies of #7D666D
Complementary color
Monochromatic Colors of #7D666D
Black with #7D666D
Text Example
Text Example
White with #7D666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D666D; }
p { color: rgb(125,102,109); }
H1.HeaderClassName
{
color: #7D666D;
}
.AnyTagClassName
{
color: #7D666D;
}
</style>
background-color css
<style>
a { background-color: #7D666D; }
a { background-color: rgb(125,102,109); }
div.DivClassName
{
background-color: #7D666D;
}
.BgClassName
{
background-color: #7D666D;
}
</style>
border-color css
<style>
span { border-color: #7D666D; }
span { border-color: rgb(125,102,109); }
td.TdClassName
{
border-color: #7D666D;
}
.TagClassName
{
border-color: #7D666D;
}
</style>