Shades of Empress #8F7275
Tints of Empress #8F7275
RGB
CMYK
RGB Variations
Color information
#8F7275 (or 0x8F7275) is known color: Empress. HEX triplet: 8F, 72 and 75. RGB value is (143,114,117). Sum of RGB (Red+Green+Blue) = 143+114+117=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7275 is #708D8A. Grayscale: #7B7B7B. Windows color (decimal): -7376267 or 7697039. OLE color: 7697039.
HSL color Cylindrical-coordinate representation of color #8F7275: hue angle of 353.79º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F7275 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 114 | 117 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.44 |
| HSL | 353.79º | 0.11% | 0.5% | - |
| HSV(B) | 353.79º | 0.2% | 0.56% | - |
| XYZ | 20.56 | 19.16 | 19.44 | - |
| YUV | 123.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 117 | 0 | 0.20 | 0.18 | 0.44 | 353.79 | 0.11 | 0.5 |
| Hex | 8F | 72 | 75 | 0 | 14 | 12 | 2C | 162 | B | 32 |
| Octal | 217 | 162 | 165 | 0 | 24 | 22 | 54 | 542 | 13 | 62 |
| Binary | 10001111 | 1110010 | 1110101 | 0 | 10100 | 10010 | 101100 | 101100010 | 1011 | 110010 |
Color Harmonies of #8F7275
Complementary color
Monochromatic Colors of #8F7275
Black with #8F7275
Text Example
Text Example
White with #8F7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7275; }
p { color: rgb(143,114,117); }
H1.HeaderClassName
{
color: #8F7275;
}
.AnyTagClassName
{
color: #8F7275;
}
</style>
background-color css
<style>
a { background-color: #8F7275; }
a { background-color: rgb(143,114,117); }
div.DivClassName
{
background-color: #8F7275;
}
.BgClassName
{
background-color: #8F7275;
}
</style>
border-color css
<style>
span { border-color: #8F7275; }
span { border-color: rgb(143,114,117); }
td.TdClassName
{
border-color: #8F7275;
}
.TagClassName
{
border-color: #8F7275;
}
</style>