Shades of Empress #8C7779
Tints of Empress #8C7779
RGB
CMYK
RGB Variations
Color information
#8C7779 (or 0x8C7779) is known color: Empress. HEX triplet: 8C, 77 and 79. RGB value is (140,119,121). Sum of RGB (Red+Green+Blue) = 140+119+121=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7779 is #738886. Grayscale: #7D7D7D. Windows color (decimal): -7571591 or 7960460. OLE color: 7960460.
HSL color Cylindrical-coordinate representation of color #8C7779: hue angle of 354.29º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C7779 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 119 | 121 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.45 |
| HSL | 354.29º | 0.08% | 0.51% | - |
| HSV(B) | 354.29º | 0.15% | 0.55% | - |
| XYZ | 20.86 | 20.15 | 20.88 | - |
| YUV | 125.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 119 | 121 | 0 | 0.15 | 0.14 | 0.45 | 354.29 | 0.08 | 0.51 |
| Hex | 8C | 77 | 79 | 0 | F | E | 2D | 162 | 8 | 33 |
| Octal | 214 | 167 | 171 | 0 | 17 | 16 | 55 | 542 | 10 | 63 |
| Binary | 10001100 | 1110111 | 1111001 | 0 | 1111 | 1110 | 101101 | 101100010 | 1000 | 110011 |
Color Harmonies of #8C7779
Complementary color
Monochromatic Colors of #8C7779
Black with #8C7779
Text Example
Text Example
White with #8C7779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7779; }
p { color: rgb(140,119,121); }
H1.HeaderClassName
{
color: #8C7779;
}
.AnyTagClassName
{
color: #8C7779;
}
</style>
background-color css
<style>
a { background-color: #8C7779; }
a { background-color: rgb(140,119,121); }
div.DivClassName
{
background-color: #8C7779;
}
.BgClassName
{
background-color: #8C7779;
}
</style>
border-color css
<style>
span { border-color: #8C7779; }
span { border-color: rgb(140,119,121); }
td.TdClassName
{
border-color: #8C7779;
}
.TagClassName
{
border-color: #8C7779;
}
</style>