Shades of Empress #776E70
Tints of Empress #776E70
RGB
CMYK
RGB Variations
Color information
#776E70 (or 0x776E70) is known color: Empress. HEX triplet: 77, 6E and 70. RGB value is (119,110,112). Sum of RGB (Red+Green+Blue) = 119+110+112=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #776E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E70 is #88918F. Grayscale: #707070. Windows color (decimal): -8950160 or 7368311. OLE color: 7368311.
HSL color Cylindrical-coordinate representation of color #776E70: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #776E70 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 110 | 112 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.53 |
| HSL | 346.67º | 0.04% | 0.45% | - |
| HSV(B) | 346.67º | 0.08% | 0.47% | - |
| XYZ | 16.11 | 16.24 | 17.62 | - |
| YUV | 112.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 110 | 112 | 0 | 0.08 | 0.06 | 0.53 | 346.67 | 0.04 | 0.45 |
| Hex | 77 | 6E | 70 | 0 | 8 | 6 | 35 | 15B | 4 | 2D |
| Octal | 167 | 156 | 160 | 0 | 10 | 6 | 65 | 533 | 4 | 55 |
| Binary | 1110111 | 1101110 | 1110000 | 0 | 1000 | 110 | 110101 | 101011011 | 100 | 101101 |
Color Harmonies of #776E70
Complementary color
Monochromatic Colors of #776E70
Black with #776E70
Text Example
Text Example
White with #776E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776E70; }
p { color: rgb(119,110,112); }
H1.HeaderClassName
{
color: #776E70;
}
.AnyTagClassName
{
color: #776E70;
}
</style>
background-color css
<style>
a { background-color: #776E70; }
a { background-color: rgb(119,110,112); }
div.DivClassName
{
background-color: #776E70;
}
.BgClassName
{
background-color: #776E70;
}
</style>
border-color css
<style>
span { border-color: #776E70; }
span { border-color: rgb(119,110,112); }
td.TdClassName
{
border-color: #776E70;
}
.TagClassName
{
border-color: #776E70;
}
</style>