Shades of Empress #8F7779
Tints of Empress #8F7779
RGB
CMYK
RGB Variations
Color information
#8F7779 (or 0x8F7779) is known color: Empress. HEX triplet: 8F, 77 and 79. RGB value is (143,119,121). Sum of RGB (Red+Green+Blue) = 143+119+121=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7779 is #708886. Grayscale: #7E7E7E. Windows color (decimal): -7374983 or 7960463. OLE color: 7960463.
HSL color Cylindrical-coordinate representation of color #8F7779: hue angle of 355º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F7779 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 119 | 121 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.44 |
| HSL | 355º | 0.1% | 0.51% | - |
| HSV(B) | 355º | 0.17% | 0.56% | - |
| XYZ | 21.38 | 20.41 | 20.9 | - |
| YUV | 126.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 119 | 121 | 0 | 0.17 | 0.15 | 0.44 | 355 | 0.1 | 0.51 |
| Hex | 8F | 77 | 79 | 0 | 11 | F | 2C | 163 | A | 33 |
| Octal | 217 | 167 | 171 | 0 | 21 | 17 | 54 | 543 | 12 | 63 |
| Binary | 10001111 | 1110111 | 1111001 | 0 | 10001 | 1111 | 101100 | 101100011 | 1010 | 110011 |
Color Harmonies of #8F7779
Complementary color
Monochromatic Colors of #8F7779
Black with #8F7779
Text Example
Text Example
White with #8F7779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7779; }
p { color: rgb(143,119,121); }
H1.HeaderClassName
{
color: #8F7779;
}
.AnyTagClassName
{
color: #8F7779;
}
</style>
background-color css
<style>
a { background-color: #8F7779; }
a { background-color: rgb(143,119,121); }
div.DivClassName
{
background-color: #8F7779;
}
.BgClassName
{
background-color: #8F7779;
}
</style>
border-color css
<style>
span { border-color: #8F7779; }
span { border-color: rgb(143,119,121); }
td.TdClassName
{
border-color: #8F7779;
}
.TagClassName
{
border-color: #8F7779;
}
</style>