Shades of Empress #8C6E76
Tints of Empress #8C6E76
RGB
CMYK
RGB Variations
Color information
#8C6E76 (or 0x8C6E76) is known color: Empress. HEX triplet: 8C, 6E and 76. RGB value is (140,110,118). Sum of RGB (Red+Green+Blue) = 140+110+118=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E76 is #739189. Grayscale: #777777. Windows color (decimal): -7573898 or 7761548. OLE color: 7761548.
HSL color Cylindrical-coordinate representation of color #8C6E76: hue angle of 344º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C6E76 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 118 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.45 |
| HSL | 344º | 0.12% | 0.49% | - |
| HSV(B) | 344º | 0.21% | 0.55% | - |
| XYZ | 19.66 | 18.04 | 19.58 | - |
| YUV | 119.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 118 | 0 | 0.21 | 0.16 | 0.45 | 344 | 0.12 | 0.49 |
| Hex | 8C | 6E | 76 | 0 | 15 | 10 | 2D | 158 | C | 31 |
| Octal | 214 | 156 | 166 | 0 | 25 | 20 | 55 | 530 | 14 | 61 |
| Binary | 10001100 | 1101110 | 1110110 | 0 | 10101 | 10000 | 101101 | 101011000 | 1100 | 110001 |
Color Harmonies of #8C6E76
Complementary color
Monochromatic Colors of #8C6E76
Black with #8C6E76
Text Example
Text Example
White with #8C6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E76; }
p { color: rgb(140,110,118); }
H1.HeaderClassName
{
color: #8C6E76;
}
.AnyTagClassName
{
color: #8C6E76;
}
</style>
background-color css
<style>
a { background-color: #8C6E76; }
a { background-color: rgb(140,110,118); }
div.DivClassName
{
background-color: #8C6E76;
}
.BgClassName
{
background-color: #8C6E76;
}
</style>
border-color css
<style>
span { border-color: #8C6E76; }
span { border-color: rgb(140,110,118); }
td.TdClassName
{
border-color: #8C6E76;
}
.TagClassName
{
border-color: #8C6E76;
}
</style>