Shades of Empress #8B6E76
Tints of Empress #8B6E76
RGB
CMYK
RGB Variations
Color information
#8B6E76 (or 0x8B6E76) is known color: Empress. HEX triplet: 8B, 6E and 76. RGB value is (139,110,118). Sum of RGB (Red+Green+Blue) = 139+110+118=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E76 is #749189. Grayscale: #777777. Windows color (decimal): -7639434 or 7761547. OLE color: 7761547.
HSL color Cylindrical-coordinate representation of color #8B6E76: hue angle of 343.45º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B6E76 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 118 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.45 |
| HSL | 343.45º | 0.12% | 0.49% | - |
| HSV(B) | 343.45º | 0.21% | 0.55% | - |
| XYZ | 19.49 | 17.95 | 19.58 | - |
| YUV | 119.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 118 | 0 | 0.21 | 0.15 | 0.45 | 343.45 | 0.12 | 0.49 |
| Hex | 8B | 6E | 76 | 0 | 15 | F | 2D | 157 | C | 31 |
| Octal | 213 | 156 | 166 | 0 | 25 | 17 | 55 | 527 | 14 | 61 |
| Binary | 10001011 | 1101110 | 1110110 | 0 | 10101 | 1111 | 101101 | 101010111 | 1100 | 110001 |
Color Harmonies of #8B6E76
Complementary color
Monochromatic Colors of #8B6E76
Black with #8B6E76
Text Example
Text Example
White with #8B6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E76; }
p { color: rgb(139,110,118); }
H1.HeaderClassName
{
color: #8B6E76;
}
.AnyTagClassName
{
color: #8B6E76;
}
</style>
background-color css
<style>
a { background-color: #8B6E76; }
a { background-color: rgb(139,110,118); }
div.DivClassName
{
background-color: #8B6E76;
}
.BgClassName
{
background-color: #8B6E76;
}
</style>
border-color css
<style>
span { border-color: #8B6E76; }
span { border-color: rgb(139,110,118); }
td.TdClassName
{
border-color: #8B6E76;
}
.TagClassName
{
border-color: #8B6E76;
}
</style>