Shades of Empress #8D797B
Tints of Empress #8D797B
RGB
CMYK
RGB Variations
Color information
#8D797B (or 0x8D797B) is known color: Empress. HEX triplet: 8D, 79 and 7B. RGB value is (141,121,123). Sum of RGB (Red+Green+Blue) = 141+121+123=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 141 - color contains mainly: red. Hex color #8D797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D797B is #728684. Grayscale: #7F7F7F. Windows color (decimal): -7505541 or 8092045. OLE color: 8092045.
HSL color Cylindrical-coordinate representation of color #8D797B: hue angle of 354º 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 #8D797B is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 123 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.45 |
| HSL | 354º | 0.08% | 0.51% | - |
| HSV(B) | 354º | 0.14% | 0.55% | - |
| XYZ | 21.4 | 20.77 | 21.62 | - |
| YUV | 127.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 123 | 0 | 0.14 | 0.13 | 0.45 | 354 | 0.08 | 0.51 |
| Hex | 8D | 79 | 7B | 0 | E | D | 2D | 162 | 8 | 33 |
| Octal | 215 | 171 | 173 | 0 | 16 | 15 | 55 | 542 | 10 | 63 |
| Binary | 10001101 | 1111001 | 1111011 | 0 | 1110 | 1101 | 101101 | 101100010 | 1000 | 110011 |
Color Harmonies of #8D797B
Complementary color
Monochromatic Colors of #8D797B
Black with #8D797B
Text Example
Text Example
White with #8D797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D797B; }
p { color: rgb(141,121,123); }
H1.HeaderClassName
{
color: #8D797B;
}
.AnyTagClassName
{
color: #8D797B;
}
</style>
background-color css
<style>
a { background-color: #8D797B; }
a { background-color: rgb(141,121,123); }
div.DivClassName
{
background-color: #8D797B;
}
.BgClassName
{
background-color: #8D797B;
}
</style>
border-color css
<style>
span { border-color: #8D797B; }
span { border-color: rgb(141,121,123); }
td.TdClassName
{
border-color: #8D797B;
}
.TagClassName
{
border-color: #8D797B;
}
</style>