Shades of Empress #8F797A
Tints of Empress #8F797A
RGB
CMYK
RGB Variations
Color information
#8F797A (or 0x8F797A) is known color: Empress. HEX triplet: 8F, 79 and 7A. RGB value is (143,121,122). Sum of RGB (Red+Green+Blue) = 143+121+122=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F797A is #708685. Grayscale: #7F7F7F. Windows color (decimal): -7374470 or 8026511. OLE color: 8026511.
HSL color Cylindrical-coordinate representation of color #8F797A: hue angle of 357.27º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F797A is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 121 | 122 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.44 |
| HSL | 357.27º | 0.09% | 0.52% | - |
| HSV(B) | 357.27º | 0.15% | 0.56% | - |
| XYZ | 21.68 | 20.92 | 21.31 | - |
| YUV | 127.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 122 | 0 | 0.15 | 0.15 | 0.44 | 357.27 | 0.09 | 0.52 |
| Hex | 8F | 79 | 7A | 0 | F | F | 2C | 165 | 9 | 34 |
| Octal | 217 | 171 | 172 | 0 | 17 | 17 | 54 | 545 | 11 | 64 |
| Binary | 10001111 | 1111001 | 1111010 | 0 | 1111 | 1111 | 101100 | 101100101 | 1001 | 110100 |
Color Harmonies of #8F797A
Complementary color
Monochromatic Colors of #8F797A
Black with #8F797A
Text Example
Text Example
White with #8F797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F797A; }
p { color: rgb(143,121,122); }
H1.HeaderClassName
{
color: #8F797A;
}
.AnyTagClassName
{
color: #8F797A;
}
</style>
background-color css
<style>
a { background-color: #8F797A; }
a { background-color: rgb(143,121,122); }
div.DivClassName
{
background-color: #8F797A;
}
.BgClassName
{
background-color: #8F797A;
}
</style>
border-color css
<style>
span { border-color: #8F797A; }
span { border-color: rgb(143,121,122); }
td.TdClassName
{
border-color: #8F797A;
}
.TagClassName
{
border-color: #8F797A;
}
</style>