Shades of Empress #7D7879
Tints of Empress #7D7879
RGB
CMYK
RGB Variations
Color information
#7D7879 (or 0x7D7879) is known color: Empress. HEX triplet: 7D, 78 and 79. RGB value is (125,120,121). Sum of RGB (Red+Green+Blue) = 125+120+121=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7879 is #828786. Grayscale: #797979. Windows color (decimal): -8554375 or 7960701. OLE color: 7960701.
HSL color Cylindrical-coordinate representation of color #7D7879: hue angle of 348º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7D7879 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 121 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.51 |
| HSL | 348º | 0.02% | 0.48% | - |
| HSV(B) | 348º | 0.04% | 0.49% | - |
| XYZ | 18.63 | 19.17 | 20.81 | - |
| YUV | 121.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 121 | 0 | 0.04 | 0.03 | 0.51 | 348 | 0.02 | 0.48 |
| Hex | 7D | 78 | 79 | 0 | 4 | 3 | 33 | 15C | 2 | 30 |
| Octal | 175 | 170 | 171 | 0 | 4 | 3 | 63 | 534 | 2 | 60 |
| Binary | 1111101 | 1111000 | 1111001 | 0 | 100 | 11 | 110011 | 101011100 | 10 | 110000 |
Color Harmonies of #7D7879
Complementary color
Monochromatic Colors of #7D7879
Black with #7D7879
Text Example
Text Example
White with #7D7879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7879; }
p { color: rgb(125,120,121); }
H1.HeaderClassName
{
color: #7D7879;
}
.AnyTagClassName
{
color: #7D7879;
}
</style>
background-color css
<style>
a { background-color: #7D7879; }
a { background-color: rgb(125,120,121); }
div.DivClassName
{
background-color: #7D7879;
}
.BgClassName
{
background-color: #7D7879;
}
</style>
border-color css
<style>
span { border-color: #7D7879; }
span { border-color: rgb(125,120,121); }
td.TdClassName
{
border-color: #7D7879;
}
.TagClassName
{
border-color: #7D7879;
}
</style>