Shades of Empress #776F70
Tints of Empress #776F70
RGB
CMYK
RGB Variations
Color information
#776F70 (or 0x776F70) is known color: Empress. HEX triplet: 77, 6F and 70. RGB value is (119,111,112). Sum of RGB (Red+Green+Blue) = 119+111+112=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #776F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F70 is #88908F. Grayscale: #717171. Windows color (decimal): -8949904 or 7368567. OLE color: 7368567.
HSL color Cylindrical-coordinate representation of color #776F70: hue angle of 352.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 #776F70 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 112 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.53 |
| HSL | 352.5º | 0.03% | 0.45% | - |
| HSV(B) | 352.5º | 0.07% | 0.47% | - |
| XYZ | 16.22 | 16.46 | 17.65 | - |
| YUV | 113.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 112 | 0 | 0.07 | 0.06 | 0.53 | 352.5 | 0.03 | 0.45 |
| Hex | 77 | 6F | 70 | 0 | 7 | 6 | 35 | 160 | 3 | 2D |
| Octal | 167 | 157 | 160 | 0 | 7 | 6 | 65 | 540 | 3 | 55 |
| Binary | 1110111 | 1101111 | 1110000 | 0 | 111 | 110 | 110101 | 101100000 | 11 | 101101 |
Color Harmonies of #776F70
Complementary color
Monochromatic Colors of #776F70
Black with #776F70
Text Example
Text Example
White with #776F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F70; }
p { color: rgb(119,111,112); }
H1.HeaderClassName
{
color: #776F70;
}
.AnyTagClassName
{
color: #776F70;
}
</style>
background-color css
<style>
a { background-color: #776F70; }
a { background-color: rgb(119,111,112); }
div.DivClassName
{
background-color: #776F70;
}
.BgClassName
{
background-color: #776F70;
}
</style>
border-color css
<style>
span { border-color: #776F70; }
span { border-color: rgb(119,111,112); }
td.TdClassName
{
border-color: #776F70;
}
.TagClassName
{
border-color: #776F70;
}
</style>