Shades of Empress #8C797B
Tints of Empress #8C797B
RGB
CMYK
RGB Variations
Color information
#8C797B (or 0x8C797B) is known color: Empress. HEX triplet: 8C, 79 and 7B. RGB value is (140,121,123). Sum of RGB (Red+Green+Blue) = 140+121+123=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 140 - color contains mainly: red. Hex color #8C797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C797B is #738684. Grayscale: #7E7E7E. Windows color (decimal): -7571077 or 8092044. OLE color: 8092044.
HSL color Cylindrical-coordinate representation of color #8C797B: hue angle of 353.68º 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 #8C797B is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 123 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.45 |
| HSL | 353.68º | 0.08% | 0.51% | - |
| HSV(B) | 353.68º | 0.14% | 0.55% | - |
| XYZ | 21.23 | 20.68 | 21.61 | - |
| YUV | 126.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 123 | 0 | 0.14 | 0.12 | 0.45 | 353.68 | 0.08 | 0.51 |
| Hex | 8C | 79 | 7B | 0 | E | C | 2D | 162 | 8 | 33 |
| Octal | 214 | 171 | 173 | 0 | 16 | 14 | 55 | 542 | 10 | 63 |
| Binary | 10001100 | 1111001 | 1111011 | 0 | 1110 | 1100 | 101101 | 101100010 | 1000 | 110011 |
Color Harmonies of #8C797B
Complementary color
Monochromatic Colors of #8C797B
Black with #8C797B
Text Example
Text Example
White with #8C797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C797B; }
p { color: rgb(140,121,123); }
H1.HeaderClassName
{
color: #8C797B;
}
.AnyTagClassName
{
color: #8C797B;
}
</style>
background-color css
<style>
a { background-color: #8C797B; }
a { background-color: rgb(140,121,123); }
div.DivClassName
{
background-color: #8C797B;
}
.BgClassName
{
background-color: #8C797B;
}
</style>
border-color css
<style>
span { border-color: #8C797B; }
span { border-color: rgb(140,121,123); }
td.TdClassName
{
border-color: #8C797B;
}
.TagClassName
{
border-color: #8C797B;
}
</style>