Shades of Empress #7D6B72
Tints of Empress #7D6B72
RGB
CMYK
RGB Variations
Color information
#7D6B72 (or 0x7D6B72) is known color: Empress. HEX triplet: 7D, 6B and 72. RGB value is (125,107,114). Sum of RGB (Red+Green+Blue) = 125+107+114=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6B72 is #82948D. Grayscale: #717171. Windows color (decimal): -8557710 or 7498621. OLE color: 7498621.
HSL color Cylindrical-coordinate representation of color #7D6B72: hue angle of 336.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D6B72 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 107 | 114 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.51 |
| HSL | 336.67º | 0.08% | 0.45% | - |
| HSV(B) | 336.67º | 0.14% | 0.49% | - |
| XYZ | 16.75 | 16.09 | 18.14 | - |
| YUV | 113.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 114 | 0 | 0.14 | 0.09 | 0.51 | 336.67 | 0.08 | 0.45 |
| Hex | 7D | 6B | 72 | 0 | E | 9 | 33 | 151 | 8 | 2D |
| Octal | 175 | 153 | 162 | 0 | 16 | 11 | 63 | 521 | 10 | 55 |
| Binary | 1111101 | 1101011 | 1110010 | 0 | 1110 | 1001 | 110011 | 101010001 | 1000 | 101101 |
Color Harmonies of #7D6B72
Complementary color
Monochromatic Colors of #7D6B72
Black with #7D6B72
Text Example
Text Example
White with #7D6B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6B72; }
p { color: rgb(125,107,114); }
H1.HeaderClassName
{
color: #7D6B72;
}
.AnyTagClassName
{
color: #7D6B72;
}
</style>
background-color css
<style>
a { background-color: #7D6B72; }
a { background-color: rgb(125,107,114); }
div.DivClassName
{
background-color: #7D6B72;
}
.BgClassName
{
background-color: #7D6B72;
}
</style>
border-color css
<style>
span { border-color: #7D6B72; }
span { border-color: rgb(125,107,114); }
td.TdClassName
{
border-color: #7D6B72;
}
.TagClassName
{
border-color: #7D6B72;
}
</style>