Shades of Empress #776F71
Tints of Empress #776F71
RGB
CMYK
RGB Variations
Color information
#776F71 (or 0x776F71) is known color: Empress. HEX triplet: 77, 6F and 71. RGB value is (119,111,113). Sum of RGB (Red+Green+Blue) = 119+111+113=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 119 - color contains mainly: red. Hex color #776F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F71 is #88908E. Grayscale: #717171. Windows color (decimal): -8949903 or 7434103. OLE color: 7434103.
HSL color Cylindrical-coordinate representation of color #776F71: hue angle of 345º 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 #776F71 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 113 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.53 |
| HSL | 345º | 0.03% | 0.45% | - |
| HSV(B) | 345º | 0.07% | 0.47% | - |
| XYZ | 16.27 | 16.48 | 17.95 | - |
| YUV | 113.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 113 | 0 | 0.07 | 0.05 | 0.53 | 345 | 0.03 | 0.45 |
| Hex | 77 | 6F | 71 | 0 | 7 | 5 | 35 | 159 | 3 | 2D |
| Octal | 167 | 157 | 161 | 0 | 7 | 5 | 65 | 531 | 3 | 55 |
| Binary | 1110111 | 1101111 | 1110001 | 0 | 111 | 101 | 110101 | 101011001 | 11 | 101101 |
Color Harmonies of #776F71
Complementary color
Monochromatic Colors of #776F71
Black with #776F71
Text Example
Text Example
White with #776F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F71; }
p { color: rgb(119,111,113); }
H1.HeaderClassName
{
color: #776F71;
}
.AnyTagClassName
{
color: #776F71;
}
</style>
background-color css
<style>
a { background-color: #776F71; }
a { background-color: rgb(119,111,113); }
div.DivClassName
{
background-color: #776F71;
}
.BgClassName
{
background-color: #776F71;
}
</style>
border-color css
<style>
span { border-color: #776F71; }
span { border-color: rgb(119,111,113); }
td.TdClassName
{
border-color: #776F71;
}
.TagClassName
{
border-color: #776F71;
}
</style>