Shades of Empress #8B6E75
Tints of Empress #8B6E75
RGB
CMYK
RGB Variations
Color information
#8B6E75 (or 0x8B6E75) is known color: Empress. HEX triplet: 8B, 6E and 75. RGB value is (139,110,117). Sum of RGB (Red+Green+Blue) = 139+110+117=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E75 is #74918A. Grayscale: #777777. Windows color (decimal): -7639435 or 7696011. OLE color: 7696011.
HSL color Cylindrical-coordinate representation of color #8B6E75: hue angle of 345.52º 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 #8B6E75 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 117 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.45 |
| HSL | 345.52º | 0.12% | 0.49% | - |
| HSV(B) | 345.52º | 0.21% | 0.55% | - |
| XYZ | 19.43 | 17.93 | 19.27 | - |
| YUV | 119.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 117 | 0 | 0.21 | 0.16 | 0.45 | 345.52 | 0.12 | 0.49 |
| Hex | 8B | 6E | 75 | 0 | 15 | 10 | 2D | 15A | C | 31 |
| Octal | 213 | 156 | 165 | 0 | 25 | 20 | 55 | 532 | 14 | 61 |
| Binary | 10001011 | 1101110 | 1110101 | 0 | 10101 | 10000 | 101101 | 101011010 | 1100 | 110001 |
Color Harmonies of #8B6E75
Complementary color
Monochromatic Colors of #8B6E75
Black with #8B6E75
Text Example
Text Example
White with #8B6E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E75; }
p { color: rgb(139,110,117); }
H1.HeaderClassName
{
color: #8B6E75;
}
.AnyTagClassName
{
color: #8B6E75;
}
</style>
background-color css
<style>
a { background-color: #8B6E75; }
a { background-color: rgb(139,110,117); }
div.DivClassName
{
background-color: #8B6E75;
}
.BgClassName
{
background-color: #8B6E75;
}
</style>
border-color css
<style>
span { border-color: #8B6E75; }
span { border-color: rgb(139,110,117); }
td.TdClassName
{
border-color: #8B6E75;
}
.TagClassName
{
border-color: #8B6E75;
}
</style>