Shades of Empress #777071
Tints of Empress #777071
RGB
CMYK
RGB Variations
Color information
#777071 (or 0x777071) is known color: Empress. HEX triplet: 77, 70 and 71. RGB value is (119,112,113). Sum of RGB (Red+Green+Blue) = 119+112+113=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 119 - color contains mainly: red. Hex color #777071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777071 is #888F8E. Grayscale: #727272. Windows color (decimal): -8949647 or 7434359. OLE color: 7434359.
HSL color Cylindrical-coordinate representation of color #777071: hue angle of 351.43º 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 #777071 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 113 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.53 |
| HSL | 351.43º | 0.03% | 0.45% | - |
| HSV(B) | 351.43º | 0.06% | 0.47% | - |
| XYZ | 16.38 | 16.7 | 17.98 | - |
| YUV | 114.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 113 | 0 | 0.06 | 0.05 | 0.53 | 351.43 | 0.03 | 0.45 |
| Hex | 77 | 70 | 71 | 0 | 6 | 5 | 35 | 15F | 3 | 2D |
| Octal | 167 | 160 | 161 | 0 | 6 | 5 | 65 | 537 | 3 | 55 |
| Binary | 1110111 | 1110000 | 1110001 | 0 | 110 | 101 | 110101 | 101011111 | 11 | 101101 |
Color Harmonies of #777071
Complementary color
Monochromatic Colors of #777071
Black with #777071
Text Example
Text Example
White with #777071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777071; }
p { color: rgb(119,112,113); }
H1.HeaderClassName
{
color: #777071;
}
.AnyTagClassName
{
color: #777071;
}
</style>
background-color css
<style>
a { background-color: #777071; }
a { background-color: rgb(119,112,113); }
div.DivClassName
{
background-color: #777071;
}
.BgClassName
{
background-color: #777071;
}
</style>
border-color css
<style>
span { border-color: #777071; }
span { border-color: rgb(119,112,113); }
td.TdClassName
{
border-color: #777071;
}
.TagClassName
{
border-color: #777071;
}
</style>