Shades of Empress #776B6C
Tints of Empress #776B6C
RGB
CMYK
RGB Variations
Color information
#776B6C (or 0x776B6C) is known color: Empress. HEX triplet: 77, 6B and 6C. RGB value is (119,107,108). Sum of RGB (Red+Green+Blue) = 119+107+108=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #776B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B6C is #889493. Grayscale: #6E6E6E. Windows color (decimal): -8950932 or 7105399. OLE color: 7105399.
HSL color Cylindrical-coordinate representation of color #776B6C: hue angle of 355º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #776B6C is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 108 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.53 |
| HSL | 355º | 0.05% | 0.44% | - |
| HSV(B) | 355º | 0.1% | 0.47% | - |
| XYZ | 15.57 | 15.52 | 16.36 | - |
| YUV | 110.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 108 | 0 | 0.10 | 0.09 | 0.53 | 355 | 0.05 | 0.44 |
| Hex | 77 | 6B | 6C | 0 | A | 9 | 35 | 163 | 5 | 2C |
| Octal | 167 | 153 | 154 | 0 | 12 | 11 | 65 | 543 | 5 | 54 |
| Binary | 1110111 | 1101011 | 1101100 | 0 | 1010 | 1001 | 110101 | 101100011 | 101 | 101100 |
Color Harmonies of #776B6C
Complementary color
Monochromatic Colors of #776B6C
Black with #776B6C
Text Example
Text Example
White with #776B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B6C; }
p { color: rgb(119,107,108); }
H1.HeaderClassName
{
color: #776B6C;
}
.AnyTagClassName
{
color: #776B6C;
}
</style>
background-color css
<style>
a { background-color: #776B6C; }
a { background-color: rgb(119,107,108); }
div.DivClassName
{
background-color: #776B6C;
}
.BgClassName
{
background-color: #776B6C;
}
</style>
border-color css
<style>
span { border-color: #776B6C; }
span { border-color: rgb(119,107,108); }
td.TdClassName
{
border-color: #776B6C;
}
.TagClassName
{
border-color: #776B6C;
}
</style>