Shades of Empress #8C787B
Tints of Empress #8C787B
RGB
CMYK
RGB Variations
Color information
#8C787B (or 0x8C787B) is known color: Empress. HEX triplet: 8C, 78 and 7B. RGB value is (140,120,123). Sum of RGB (Red+Green+Blue) = 140+120+123=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C787B is #738784. Grayscale: #7E7E7E. Windows color (decimal): -7571333 or 8091788. OLE color: 8091788.
HSL color Cylindrical-coordinate representation of color #8C787B: hue angle of 351º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C787B is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 123 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.45 |
| HSL | 351º | 0.08% | 0.51% | - |
| HSV(B) | 351º | 0.14% | 0.55% | - |
| XYZ | 21.11 | 20.44 | 21.57 | - |
| YUV | 126.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 123 | 0 | 0.14 | 0.12 | 0.45 | 351 | 0.08 | 0.51 |
| Hex | 8C | 78 | 7B | 0 | E | C | 2D | 15F | 8 | 33 |
| Octal | 214 | 170 | 173 | 0 | 16 | 14 | 55 | 537 | 10 | 63 |
| Binary | 10001100 | 1111000 | 1111011 | 0 | 1110 | 1100 | 101101 | 101011111 | 1000 | 110011 |
Color Harmonies of #8C787B
Complementary color
Monochromatic Colors of #8C787B
Black with #8C787B
Text Example
Text Example
White with #8C787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C787B; }
p { color: rgb(140,120,123); }
H1.HeaderClassName
{
color: #8C787B;
}
.AnyTagClassName
{
color: #8C787B;
}
</style>
background-color css
<style>
a { background-color: #8C787B; }
a { background-color: rgb(140,120,123); }
div.DivClassName
{
background-color: #8C787B;
}
.BgClassName
{
background-color: #8C787B;
}
</style>
border-color css
<style>
span { border-color: #8C787B; }
span { border-color: rgb(140,120,123); }
td.TdClassName
{
border-color: #8C787B;
}
.TagClassName
{
border-color: #8C787B;
}
</style>