Shades of Empress #8C7B7C
Tints of Empress #8C7B7C
RGB
CMYK
RGB Variations
Color information
#8C7B7C (or 0x8C7B7C) is known color: Empress. HEX triplet: 8C, 7B and 7C. RGB value is (140,123,124). Sum of RGB (Red+Green+Blue) = 140+123+124=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B7C is #738483. Grayscale: #808080. Windows color (decimal): -7570564 or 8158092. OLE color: 8158092.
HSL color Cylindrical-coordinate representation of color #8C7B7C: hue angle of 356.47º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C7B7C is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 124 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.45 |
| HSL | 356.47º | 0.07% | 0.52% | - |
| HSV(B) | 356.47º | 0.12% | 0.55% | - |
| XYZ | 21.54 | 21.2 | 22.03 | - |
| YUV | 128.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 124 | 0 | 0.12 | 0.11 | 0.45 | 356.47 | 0.07 | 0.52 |
| Hex | 8C | 7B | 7C | 0 | C | B | 2D | 164 | 7 | 34 |
| Octal | 214 | 173 | 174 | 0 | 14 | 13 | 55 | 544 | 7 | 64 |
| Binary | 10001100 | 1111011 | 1111100 | 0 | 1100 | 1011 | 101101 | 101100100 | 111 | 110100 |
Color Harmonies of #8C7B7C
Complementary color
Monochromatic Colors of #8C7B7C
Black with #8C7B7C
Text Example
Text Example
White with #8C7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B7C; }
p { color: rgb(140,123,124); }
H1.HeaderClassName
{
color: #8C7B7C;
}
.AnyTagClassName
{
color: #8C7B7C;
}
</style>
background-color css
<style>
a { background-color: #8C7B7C; }
a { background-color: rgb(140,123,124); }
div.DivClassName
{
background-color: #8C7B7C;
}
.BgClassName
{
background-color: #8C7B7C;
}
</style>
border-color css
<style>
span { border-color: #8C7B7C; }
span { border-color: rgb(140,123,124); }
td.TdClassName
{
border-color: #8C7B7C;
}
.TagClassName
{
border-color: #8C7B7C;
}
</style>