Shades of Empress #7D6C72
Tints of Empress #7D6C72
RGB
CMYK
RGB Variations
Color information
#7D6C72 (or 0x7D6C72) is known color: Empress. HEX triplet: 7D, 6C and 72. RGB value is (125,108,114). Sum of RGB (Red+Green+Blue) = 125+108+114=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6C72 is #82938D. Grayscale: #717171. Windows color (decimal): -8557454 or 7498877. OLE color: 7498877.
HSL color Cylindrical-coordinate representation of color #7D6C72: hue angle of 338.82º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D6C72 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 108 | 114 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.51 |
| HSL | 338.82º | 0.07% | 0.46% | - |
| HSV(B) | 338.82º | 0.14% | 0.49% | - |
| XYZ | 16.86 | 16.3 | 18.18 | - |
| YUV | 113.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 108 | 114 | 0 | 0.14 | 0.09 | 0.51 | 338.82 | 0.07 | 0.46 |
| Hex | 7D | 6C | 72 | 0 | E | 9 | 33 | 153 | 7 | 2E |
| Octal | 175 | 154 | 162 | 0 | 16 | 11 | 63 | 523 | 7 | 56 |
| Binary | 1111101 | 1101100 | 1110010 | 0 | 1110 | 1001 | 110011 | 101010011 | 111 | 101110 |
Color Harmonies of #7D6C72
Complementary color
Monochromatic Colors of #7D6C72
Black with #7D6C72
Text Example
Text Example
White with #7D6C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6C72; }
p { color: rgb(125,108,114); }
H1.HeaderClassName
{
color: #7D6C72;
}
.AnyTagClassName
{
color: #7D6C72;
}
</style>
background-color css
<style>
a { background-color: #7D6C72; }
a { background-color: rgb(125,108,114); }
div.DivClassName
{
background-color: #7D6C72;
}
.BgClassName
{
background-color: #7D6C72;
}
</style>
border-color css
<style>
span { border-color: #7D6C72; }
span { border-color: rgb(125,108,114); }
td.TdClassName
{
border-color: #7D6C72;
}
.TagClassName
{
border-color: #7D6C72;
}
</style>