Shades of Empress #8B6D72
Tints of Empress #8B6D72
RGB
CMYK
RGB Variations
Color information
#8B6D72 (or 0x8B6D72) is known color: Empress. HEX triplet: 8B, 6D and 72. RGB value is (139,109,114). Sum of RGB (Red+Green+Blue) = 139+109+114=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D72 is #74928D. Grayscale: #767676. Windows color (decimal): -7639694 or 7499147. OLE color: 7499147.
HSL color Cylindrical-coordinate representation of color #8B6D72: hue angle of 350º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B6D72 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 114 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.45 |
| HSL | 350º | 0.12% | 0.49% | - |
| HSV(B) | 350º | 0.22% | 0.55% | - |
| XYZ | 19.15 | 17.64 | 18.32 | - |
| YUV | 118.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 114 | 0 | 0.22 | 0.18 | 0.45 | 350 | 0.12 | 0.49 |
| Hex | 8B | 6D | 72 | 0 | 16 | 12 | 2D | 15E | C | 31 |
| Octal | 213 | 155 | 162 | 0 | 26 | 22 | 55 | 536 | 14 | 61 |
| Binary | 10001011 | 1101101 | 1110010 | 0 | 10110 | 10010 | 101101 | 101011110 | 1100 | 110001 |
Color Harmonies of #8B6D72
Complementary color
Monochromatic Colors of #8B6D72
Black with #8B6D72
Text Example
Text Example
White with #8B6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D72; }
p { color: rgb(139,109,114); }
H1.HeaderClassName
{
color: #8B6D72;
}
.AnyTagClassName
{
color: #8B6D72;
}
</style>
background-color css
<style>
a { background-color: #8B6D72; }
a { background-color: rgb(139,109,114); }
div.DivClassName
{
background-color: #8B6D72;
}
.BgClassName
{
background-color: #8B6D72;
}
</style>
border-color css
<style>
span { border-color: #8B6D72; }
span { border-color: rgb(139,109,114); }
td.TdClassName
{
border-color: #8B6D72;
}
.TagClassName
{
border-color: #8B6D72;
}
</style>