Shades of Empress #8D7479
Tints of Empress #8D7479
RGB
CMYK
RGB Variations
Color information
#8D7479 (or 0x8D7479) is known color: Empress. HEX triplet: 8D, 74 and 79. RGB value is (141,116,121). Sum of RGB (Red+Green+Blue) = 141+116+121=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7479 is #728B86. Grayscale: #7C7C7C. Windows color (decimal): -7506823 or 7959693. OLE color: 7959693.
HSL color Cylindrical-coordinate representation of color #8D7479: hue angle of 348º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7479 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 116 | 121 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.45 |
| HSL | 348º | 0.1% | 0.5% | - |
| HSV(B) | 348º | 0.18% | 0.55% | - |
| XYZ | 20.68 | 19.53 | 20.77 | - |
| YUV | 124.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 121 | 0 | 0.18 | 0.14 | 0.45 | 348 | 0.1 | 0.5 |
| Hex | 8D | 74 | 79 | 0 | 12 | E | 2D | 15C | A | 32 |
| Octal | 215 | 164 | 171 | 0 | 22 | 16 | 55 | 534 | 12 | 62 |
| Binary | 10001101 | 1110100 | 1111001 | 0 | 10010 | 1110 | 101101 | 101011100 | 1010 | 110010 |
Color Harmonies of #8D7479
Complementary color
Monochromatic Colors of #8D7479
Black with #8D7479
Text Example
Text Example
White with #8D7479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7479; }
p { color: rgb(141,116,121); }
H1.HeaderClassName
{
color: #8D7479;
}
.AnyTagClassName
{
color: #8D7479;
}
</style>
background-color css
<style>
a { background-color: #8D7479; }
a { background-color: rgb(141,116,121); }
div.DivClassName
{
background-color: #8D7479;
}
.BgClassName
{
background-color: #8D7479;
}
</style>
border-color css
<style>
span { border-color: #8D7479; }
span { border-color: rgb(141,116,121); }
td.TdClassName
{
border-color: #8D7479;
}
.TagClassName
{
border-color: #8D7479;
}
</style>