Shades of Empress #777072
Tints of Empress #777072
RGB
CMYK
RGB Variations
Color information
#777072 (or 0x777072) is known color: Empress. HEX triplet: 77, 70 and 72. RGB value is (119,112,114). Sum of RGB (Red+Green+Blue) = 119+112+114=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 119 - color contains mainly: red. Hex color #777072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777072 is #888F8D. Grayscale: #727272. Windows color (decimal): -8949646 or 7499895. OLE color: 7499895.
HSL color Cylindrical-coordinate representation of color #777072: hue angle of 342.86º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #777072 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 114 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.53 |
| HSL | 342.86º | 0.03% | 0.45% | - |
| HSV(B) | 342.86º | 0.06% | 0.47% | - |
| XYZ | 16.44 | 16.73 | 18.28 | - |
| YUV | 114.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 114 | 0 | 0.06 | 0.04 | 0.53 | 342.86 | 0.03 | 0.45 |
| Hex | 77 | 70 | 72 | 0 | 6 | 4 | 35 | 157 | 3 | 2D |
| Octal | 167 | 160 | 162 | 0 | 6 | 4 | 65 | 527 | 3 | 55 |
| Binary | 1110111 | 1110000 | 1110010 | 0 | 110 | 100 | 110101 | 101010111 | 11 | 101101 |
Color Harmonies of #777072
Complementary color
Monochromatic Colors of #777072
Black with #777072
Text Example
Text Example
White with #777072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777072; }
p { color: rgb(119,112,114); }
H1.HeaderClassName
{
color: #777072;
}
.AnyTagClassName
{
color: #777072;
}
</style>
background-color css
<style>
a { background-color: #777072; }
a { background-color: rgb(119,112,114); }
div.DivClassName
{
background-color: #777072;
}
.BgClassName
{
background-color: #777072;
}
</style>
border-color css
<style>
span { border-color: #777072; }
span { border-color: rgb(119,112,114); }
td.TdClassName
{
border-color: #777072;
}
.TagClassName
{
border-color: #777072;
}
</style>