Shades of Empress #7D666B
Tints of Empress #7D666B
RGB
CMYK
RGB Variations
Color information
#7D666B (or 0x7D666B) is known color: Empress. HEX triplet: 7D, 66 and 6B. RGB value is (125,102,107). Sum of RGB (Red+Green+Blue) = 125+102+107=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D666B is #829994. Grayscale: #6D6D6D. Windows color (decimal): -8558997 or 7038589. OLE color: 7038589.
HSL color Cylindrical-coordinate representation of color #7D666B: hue angle of 346.96º 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 #7D666B is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 107 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.51 |
| HSL | 346.96º | 0.1% | 0.45% | - |
| HSV(B) | 346.96º | 0.18% | 0.49% | - |
| XYZ | 15.86 | 14.92 | 15.95 | - |
| YUV | 109.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 107 | 0 | 0.18 | 0.14 | 0.51 | 346.96 | 0.1 | 0.45 |
| Hex | 7D | 66 | 6B | 0 | 12 | E | 33 | 15B | A | 2D |
| Octal | 175 | 146 | 153 | 0 | 22 | 16 | 63 | 533 | 12 | 55 |
| Binary | 1111101 | 1100110 | 1101011 | 0 | 10010 | 1110 | 110011 | 101011011 | 1010 | 101101 |
Color Harmonies of #7D666B
Complementary color
Monochromatic Colors of #7D666B
Black with #7D666B
Text Example
Text Example
White with #7D666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D666B; }
p { color: rgb(125,102,107); }
H1.HeaderClassName
{
color: #7D666B;
}
.AnyTagClassName
{
color: #7D666B;
}
</style>
background-color css
<style>
a { background-color: #7D666B; }
a { background-color: rgb(125,102,107); }
div.DivClassName
{
background-color: #7D666B;
}
.BgClassName
{
background-color: #7D666B;
}
</style>
border-color css
<style>
span { border-color: #7D666B; }
span { border-color: rgb(125,102,107); }
td.TdClassName
{
border-color: #7D666B;
}
.TagClassName
{
border-color: #7D666B;
}
</style>