Shades of Empress #776A6E
Tints of Empress #776A6E
RGB
CMYK
RGB Variations
Color information
#776A6E (or 0x776A6E) is known color: Empress. HEX triplet: 77, 6A and 6E. RGB value is (119,106,110). Sum of RGB (Red+Green+Blue) = 119+106+110=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #776A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A6E is #889591. Grayscale: #6E6E6E. Windows color (decimal): -8951186 or 7236215. OLE color: 7236215.
HSL color Cylindrical-coordinate representation of color #776A6E: hue angle of 341.54º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #776A6E is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 110 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.53 |
| HSL | 341.54º | 0.06% | 0.44% | - |
| HSV(B) | 341.54º | 0.11% | 0.47% | - |
| XYZ | 15.58 | 15.36 | 16.89 | - |
| YUV | 110.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 110 | 0 | 0.11 | 0.08 | 0.53 | 341.54 | 0.06 | 0.44 |
| Hex | 77 | 6A | 6E | 0 | B | 8 | 35 | 156 | 6 | 2C |
| Octal | 167 | 152 | 156 | 0 | 13 | 10 | 65 | 526 | 6 | 54 |
| Binary | 1110111 | 1101010 | 1101110 | 0 | 1011 | 1000 | 110101 | 101010110 | 110 | 101100 |
Color Harmonies of #776A6E
Complementary color
Monochromatic Colors of #776A6E
Black with #776A6E
Text Example
Text Example
White with #776A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A6E; }
p { color: rgb(119,106,110); }
H1.HeaderClassName
{
color: #776A6E;
}
.AnyTagClassName
{
color: #776A6E;
}
</style>
background-color css
<style>
a { background-color: #776A6E; }
a { background-color: rgb(119,106,110); }
div.DivClassName
{
background-color: #776A6E;
}
.BgClassName
{
background-color: #776A6E;
}
</style>
border-color css
<style>
span { border-color: #776A6E; }
span { border-color: rgb(119,106,110); }
td.TdClassName
{
border-color: #776A6E;
}
.TagClassName
{
border-color: #776A6E;
}
</style>