Shades of Empress #8D7275
Tints of Empress #8D7275
RGB
CMYK
RGB Variations
Color information
#8D7275 (or 0x8D7275) is known color: Empress. HEX triplet: 8D, 72 and 75. RGB value is (141,114,117). Sum of RGB (Red+Green+Blue) = 141+114+117=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7275 is #728D8A. Grayscale: #7A7A7A. Windows color (decimal): -7507339 or 7697037. OLE color: 7697037.
HSL color Cylindrical-coordinate representation of color #8D7275: hue angle of 353.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D7275 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 114 | 117 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.45 |
| HSL | 353.33º | 0.11% | 0.5% | - |
| HSV(B) | 353.33º | 0.19% | 0.55% | - |
| XYZ | 20.21 | 18.98 | 19.43 | - |
| YUV | 122.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 117 | 0 | 0.19 | 0.17 | 0.45 | 353.33 | 0.11 | 0.5 |
| Hex | 8D | 72 | 75 | 0 | 13 | 11 | 2D | 161 | B | 32 |
| Octal | 215 | 162 | 165 | 0 | 23 | 21 | 55 | 541 | 13 | 62 |
| Binary | 10001101 | 1110010 | 1110101 | 0 | 10011 | 10001 | 101101 | 101100001 | 1011 | 110010 |
Color Harmonies of #8D7275
Complementary color
Monochromatic Colors of #8D7275
Black with #8D7275
Text Example
Text Example
White with #8D7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7275; }
p { color: rgb(141,114,117); }
H1.HeaderClassName
{
color: #8D7275;
}
.AnyTagClassName
{
color: #8D7275;
}
</style>
background-color css
<style>
a { background-color: #8D7275; }
a { background-color: rgb(141,114,117); }
div.DivClassName
{
background-color: #8D7275;
}
.BgClassName
{
background-color: #8D7275;
}
</style>
border-color css
<style>
span { border-color: #8D7275; }
span { border-color: rgb(141,114,117); }
td.TdClassName
{
border-color: #8D7275;
}
.TagClassName
{
border-color: #8D7275;
}
</style>