Shades of Empress #776D71
Tints of Empress #776D71
RGB
CMYK
RGB Variations
Color information
#776D71 (or 0x776D71) is known color: Empress. HEX triplet: 77, 6D and 71. RGB value is (119,109,113). Sum of RGB (Red+Green+Blue) = 119+109+113=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #776D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D71 is #88928E. Grayscale: #707070. Windows color (decimal): -8950415 or 7433591. OLE color: 7433591.
HSL color Cylindrical-coordinate representation of color #776D71: hue angle of 336º 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 #776D71 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 113 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.53 |
| HSL | 336º | 0.04% | 0.45% | - |
| HSV(B) | 336º | 0.08% | 0.47% | - |
| XYZ | 16.06 | 16.05 | 17.87 | - |
| YUV | 112.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 113 | 0 | 0.08 | 0.05 | 0.53 | 336 | 0.04 | 0.45 |
| Hex | 77 | 6D | 71 | 0 | 8 | 5 | 35 | 150 | 4 | 2D |
| Octal | 167 | 155 | 161 | 0 | 10 | 5 | 65 | 520 | 4 | 55 |
| Binary | 1110111 | 1101101 | 1110001 | 0 | 1000 | 101 | 110101 | 101010000 | 100 | 101101 |
Color Harmonies of #776D71
Complementary color
Monochromatic Colors of #776D71
Black with #776D71
Text Example
Text Example
White with #776D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D71; }
p { color: rgb(119,109,113); }
H1.HeaderClassName
{
color: #776D71;
}
.AnyTagClassName
{
color: #776D71;
}
</style>
background-color css
<style>
a { background-color: #776D71; }
a { background-color: rgb(119,109,113); }
div.DivClassName
{
background-color: #776D71;
}
.BgClassName
{
background-color: #776D71;
}
</style>
border-color css
<style>
span { border-color: #776D71; }
span { border-color: rgb(119,109,113); }
td.TdClassName
{
border-color: #776D71;
}
.TagClassName
{
border-color: #776D71;
}
</style>