Shades of Empress #776D6E
Tints of Empress #776D6E
RGB
CMYK
RGB Variations
Color information
#776D6E (or 0x776D6E) is known color: Empress. HEX triplet: 77, 6D and 6E. RGB value is (119,109,110). Sum of RGB (Red+Green+Blue) = 119+109+110=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #776D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D6E is #889291. Grayscale: #707070. Windows color (decimal): -8950418 or 7236983. OLE color: 7236983.
HSL color Cylindrical-coordinate representation of color #776D6E: hue angle of 354º 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 #776D6E is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 110 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.53 |
| HSL | 354º | 0.04% | 0.45% | - |
| HSV(B) | 354º | 0.08% | 0.47% | - |
| XYZ | 15.89 | 15.99 | 17 | - |
| YUV | 112.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 110 | 0 | 0.08 | 0.08 | 0.53 | 354 | 0.04 | 0.45 |
| Hex | 77 | 6D | 6E | 0 | 8 | 8 | 35 | 162 | 4 | 2D |
| Octal | 167 | 155 | 156 | 0 | 10 | 10 | 65 | 542 | 4 | 55 |
| Binary | 1110111 | 1101101 | 1101110 | 0 | 1000 | 1000 | 110101 | 101100010 | 100 | 101101 |
Color Harmonies of #776D6E
Complementary color
Monochromatic Colors of #776D6E
Black with #776D6E
Text Example
Text Example
White with #776D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D6E; }
p { color: rgb(119,109,110); }
H1.HeaderClassName
{
color: #776D6E;
}
.AnyTagClassName
{
color: #776D6E;
}
</style>
background-color css
<style>
a { background-color: #776D6E; }
a { background-color: rgb(119,109,110); }
div.DivClassName
{
background-color: #776D6E;
}
.BgClassName
{
background-color: #776D6E;
}
</style>
border-color css
<style>
span { border-color: #776D6E; }
span { border-color: rgb(119,109,110); }
td.TdClassName
{
border-color: #776D6E;
}
.TagClassName
{
border-color: #776D6E;
}
</style>