Shades of Empress #8B7779
Tints of Empress #8B7779
RGB
CMYK
RGB Variations
Color information
#8B7779 (or 0x8B7779) is known color: Empress. HEX triplet: 8B, 77 and 79. RGB value is (139,119,121). Sum of RGB (Red+Green+Blue) = 139+119+121=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7779 is #748886. Grayscale: #7D7D7D. Windows color (decimal): -7637127 or 7960459. OLE color: 7960459.
HSL color Cylindrical-coordinate representation of color #8B7779: hue angle of 354º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B7779 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 121 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.45 |
| HSL | 354º | 0.08% | 0.51% | - |
| HSV(B) | 354º | 0.14% | 0.55% | - |
| XYZ | 20.7 | 20.06 | 20.87 | - |
| YUV | 125.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 121 | 0 | 0.14 | 0.13 | 0.45 | 354 | 0.08 | 0.51 |
| Hex | 8B | 77 | 79 | 0 | E | D | 2D | 162 | 8 | 33 |
| Octal | 213 | 167 | 171 | 0 | 16 | 15 | 55 | 542 | 10 | 63 |
| Binary | 10001011 | 1110111 | 1111001 | 0 | 1110 | 1101 | 101101 | 101100010 | 1000 | 110011 |
Color Harmonies of #8B7779
Complementary color
Monochromatic Colors of #8B7779
Black with #8B7779
Text Example
Text Example
White with #8B7779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7779; }
p { color: rgb(139,119,121); }
H1.HeaderClassName
{
color: #8B7779;
}
.AnyTagClassName
{
color: #8B7779;
}
</style>
background-color css
<style>
a { background-color: #8B7779; }
a { background-color: rgb(139,119,121); }
div.DivClassName
{
background-color: #8B7779;
}
.BgClassName
{
background-color: #8B7779;
}
</style>
border-color css
<style>
span { border-color: #8B7779; }
span { border-color: rgb(139,119,121); }
td.TdClassName
{
border-color: #8B7779;
}
.TagClassName
{
border-color: #8B7779;
}
</style>