Shades of Empress #8A797B
Tints of Empress #8A797B
RGB
CMYK
RGB Variations
Color information
#8A797B (or 0x8A797B) is known color: Empress. HEX triplet: 8A, 79 and 7B. RGB value is (138,121,123). Sum of RGB (Red+Green+Blue) = 138+121+123=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 138 - color contains mainly: red. Hex color #8A797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A797B is #758684. Grayscale: #7E7E7E. Windows color (decimal): -7702149 or 8092042. OLE color: 8092042.
HSL color Cylindrical-coordinate representation of color #8A797B: hue angle of 352.94º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A797B is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 121 | 123 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.46 |
| HSL | 352.94º | 0.07% | 0.51% | - |
| HSV(B) | 352.94º | 0.12% | 0.54% | - |
| XYZ | 20.89 | 20.51 | 21.6 | - |
| YUV | 126.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 123 | 0 | 0.12 | 0.11 | 0.46 | 352.94 | 0.07 | 0.51 |
| Hex | 8A | 79 | 7B | 0 | C | B | 2E | 161 | 7 | 33 |
| Octal | 212 | 171 | 173 | 0 | 14 | 13 | 56 | 541 | 7 | 63 |
| Binary | 10001010 | 1111001 | 1111011 | 0 | 1100 | 1011 | 101110 | 101100001 | 111 | 110011 |
Color Harmonies of #8A797B
Complementary color
Monochromatic Colors of #8A797B
Black with #8A797B
Text Example
Text Example
White with #8A797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A797B; }
p { color: rgb(138,121,123); }
H1.HeaderClassName
{
color: #8A797B;
}
.AnyTagClassName
{
color: #8A797B;
}
</style>
background-color css
<style>
a { background-color: #8A797B; }
a { background-color: rgb(138,121,123); }
div.DivClassName
{
background-color: #8A797B;
}
.BgClassName
{
background-color: #8A797B;
}
</style>
border-color css
<style>
span { border-color: #8A797B; }
span { border-color: rgb(138,121,123); }
td.TdClassName
{
border-color: #8A797B;
}
.TagClassName
{
border-color: #8A797B;
}
</style>