Shades of Empress #8F7378
Tints of Empress #8F7378
RGB
CMYK
RGB Variations
Color information
#8F7378 (or 0x8F7378) is known color: Empress. HEX triplet: 8F, 73 and 78. RGB value is (143,115,120). Sum of RGB (Red+Green+Blue) = 143+115+120=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7378 is #708C87. Grayscale: #7B7B7B. Windows color (decimal): -7376008 or 7893903. OLE color: 7893903.
HSL color Cylindrical-coordinate representation of color #8F7378: hue angle of 349.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F7378 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 115 | 120 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.44 |
| HSL | 349.29º | 0.11% | 0.51% | - |
| HSV(B) | 349.29º | 0.2% | 0.56% | - |
| XYZ | 20.85 | 19.46 | 20.43 | - |
| YUV | 123.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 120 | 0 | 0.20 | 0.16 | 0.44 | 349.29 | 0.11 | 0.51 |
| Hex | 8F | 73 | 78 | 0 | 14 | 10 | 2C | 15D | B | 33 |
| Octal | 217 | 163 | 170 | 0 | 24 | 20 | 54 | 535 | 13 | 63 |
| Binary | 10001111 | 1110011 | 1111000 | 0 | 10100 | 10000 | 101100 | 101011101 | 1011 | 110011 |
Color Harmonies of #8F7378
Complementary color
Monochromatic Colors of #8F7378
Black with #8F7378
Text Example
Text Example
White with #8F7378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7378; }
p { color: rgb(143,115,120); }
H1.HeaderClassName
{
color: #8F7378;
}
.AnyTagClassName
{
color: #8F7378;
}
</style>
background-color css
<style>
a { background-color: #8F7378; }
a { background-color: rgb(143,115,120); }
div.DivClassName
{
background-color: #8F7378;
}
.BgClassName
{
background-color: #8F7378;
}
</style>
border-color css
<style>
span { border-color: #8F7378; }
span { border-color: rgb(143,115,120); }
td.TdClassName
{
border-color: #8F7378;
}
.TagClassName
{
border-color: #8F7378;
}
</style>