Shades of Empress #8C797A
Tints of Empress #8C797A
RGB
CMYK
RGB Variations
Color information
#8C797A (or 0x8C797A) is known color: Empress. HEX triplet: 8C, 79 and 7A. RGB value is (140,121,122). Sum of RGB (Red+Green+Blue) = 140+121+122=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C797A is #738685. Grayscale: #7E7E7E. Windows color (decimal): -7571078 or 8026508. OLE color: 8026508.
HSL color Cylindrical-coordinate representation of color #8C797A: hue angle of 356.84º 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 #8C797A is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 122 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.45 |
| HSL | 356.84º | 0.08% | 0.51% | - |
| HSV(B) | 356.84º | 0.14% | 0.55% | - |
| XYZ | 21.17 | 20.66 | 21.28 | - |
| YUV | 126.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 122 | 0 | 0.14 | 0.13 | 0.45 | 356.84 | 0.08 | 0.51 |
| Hex | 8C | 79 | 7A | 0 | E | D | 2D | 165 | 8 | 33 |
| Octal | 214 | 171 | 172 | 0 | 16 | 15 | 55 | 545 | 10 | 63 |
| Binary | 10001100 | 1111001 | 1111010 | 0 | 1110 | 1101 | 101101 | 101100101 | 1000 | 110011 |
Color Harmonies of #8C797A
Complementary color
Monochromatic Colors of #8C797A
Black with #8C797A
Text Example
Text Example
White with #8C797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C797A; }
p { color: rgb(140,121,122); }
H1.HeaderClassName
{
color: #8C797A;
}
.AnyTagClassName
{
color: #8C797A;
}
</style>
background-color css
<style>
a { background-color: #8C797A; }
a { background-color: rgb(140,121,122); }
div.DivClassName
{
background-color: #8C797A;
}
.BgClassName
{
background-color: #8C797A;
}
</style>
border-color css
<style>
span { border-color: #8C797A; }
span { border-color: rgb(140,121,122); }
td.TdClassName
{
border-color: #8C797A;
}
.TagClassName
{
border-color: #8C797A;
}
</style>