Shades of Empress #787073
Tints of Empress #787073
RGB
CMYK
RGB Variations
Color information
#787073 (or 0x787073) is known color: Empress. HEX triplet: 78, 70 and 73. RGB value is (120,112,115). Sum of RGB (Red+Green+Blue) = 120+112+115=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 120 - color contains mainly: red. Hex color #787073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787073 is #878F8C. Grayscale: #727272. Windows color (decimal): -8884109 or 7565432. OLE color: 7565432.
HSL color Cylindrical-coordinate representation of color #787073: hue angle of 337.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #787073 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 115 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.53 |
| HSL | 337.5º | 0.03% | 0.45% | - |
| HSV(B) | 337.5º | 0.07% | 0.47% | - |
| XYZ | 16.63 | 16.82 | 18.59 | - |
| YUV | 114.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 115 | 0 | 0.07 | 0.04 | 0.53 | 337.5 | 0.03 | 0.45 |
| Hex | 78 | 70 | 73 | 0 | 7 | 4 | 35 | 152 | 3 | 2D |
| Octal | 170 | 160 | 163 | 0 | 7 | 4 | 65 | 522 | 3 | 55 |
| Binary | 1111000 | 1110000 | 1110011 | 0 | 111 | 100 | 110101 | 101010010 | 11 | 101101 |
Color Harmonies of #787073
Complementary color
Monochromatic Colors of #787073
Black with #787073
Text Example
Text Example
White with #787073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787073; }
p { color: rgb(120,112,115); }
H1.HeaderClassName
{
color: #787073;
}
.AnyTagClassName
{
color: #787073;
}
</style>
background-color css
<style>
a { background-color: #787073; }
a { background-color: rgb(120,112,115); }
div.DivClassName
{
background-color: #787073;
}
.BgClassName
{
background-color: #787073;
}
</style>
border-color css
<style>
span { border-color: #787073; }
span { border-color: rgb(120,112,115); }
td.TdClassName
{
border-color: #787073;
}
.TagClassName
{
border-color: #787073;
}
</style>