Shades of Empress #77696C
Tints of Empress #77696C
RGB
CMYK
RGB Variations
Color information
#77696C (or 0x77696C) is known color: Empress. HEX triplet: 77, 69 and 6C. RGB value is (119,105,108). Sum of RGB (Red+Green+Blue) = 119+105+108=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #77696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77696C is #889693. Grayscale: #6D6D6D. Windows color (decimal): -8951444 or 7104887. OLE color: 7104887.
HSL color Cylindrical-coordinate representation of color #77696C: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #77696C is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 108 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.53 |
| HSL | 347.14º | 0.06% | 0.44% | - |
| HSV(B) | 347.14º | 0.12% | 0.47% | - |
| XYZ | 15.37 | 15.11 | 16.29 | - |
| YUV | 109.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 108 | 0 | 0.12 | 0.09 | 0.53 | 347.14 | 0.06 | 0.44 |
| Hex | 77 | 69 | 6C | 0 | C | 9 | 35 | 15B | 6 | 2C |
| Octal | 167 | 151 | 154 | 0 | 14 | 11 | 65 | 533 | 6 | 54 |
| Binary | 1110111 | 1101001 | 1101100 | 0 | 1100 | 1001 | 110101 | 101011011 | 110 | 101100 |
Color Harmonies of #77696C
Complementary color
Monochromatic Colors of #77696C
Black with #77696C
Text Example
Text Example
White with #77696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77696C; }
p { color: rgb(119,105,108); }
H1.HeaderClassName
{
color: #77696C;
}
.AnyTagClassName
{
color: #77696C;
}
</style>
background-color css
<style>
a { background-color: #77696C; }
a { background-color: rgb(119,105,108); }
div.DivClassName
{
background-color: #77696C;
}
.BgClassName
{
background-color: #77696C;
}
</style>
border-color css
<style>
span { border-color: #77696C; }
span { border-color: rgb(119,105,108); }
td.TdClassName
{
border-color: #77696C;
}
.TagClassName
{
border-color: #77696C;
}
</style>