Shades of Empress #8A7172
Tints of Empress #8A7172
RGB
CMYK
RGB Variations
Color information
#8A7172 (or 0x8A7172) is known color: Empress. HEX triplet: 8A, 71 and 72. RGB value is (138,113,114). Sum of RGB (Red+Green+Blue) = 138+113+114=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7172 is #758E8D. Grayscale: #787878. Windows color (decimal): -7704206 or 7500170. OLE color: 7500170.
HSL color Cylindrical-coordinate representation of color #8A7172: hue angle of 357.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A7172 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 113 | 114 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.46 |
| HSL | 357.6º | 0.1% | 0.49% | - |
| HSV(B) | 357.6º | 0.18% | 0.54% | - |
| XYZ | 19.42 | 18.43 | 18.45 | - |
| YUV | 120.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 114 | 0 | 0.18 | 0.17 | 0.46 | 357.6 | 0.1 | 0.49 |
| Hex | 8A | 71 | 72 | 0 | 12 | 11 | 2E | 166 | A | 31 |
| Octal | 212 | 161 | 162 | 0 | 22 | 21 | 56 | 546 | 12 | 61 |
| Binary | 10001010 | 1110001 | 1110010 | 0 | 10010 | 10001 | 101110 | 101100110 | 1010 | 110001 |
Color Harmonies of #8A7172
Complementary color
Monochromatic Colors of #8A7172
Black with #8A7172
Text Example
Text Example
White with #8A7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7172; }
p { color: rgb(138,113,114); }
H1.HeaderClassName
{
color: #8A7172;
}
.AnyTagClassName
{
color: #8A7172;
}
</style>
background-color css
<style>
a { background-color: #8A7172; }
a { background-color: rgb(138,113,114); }
div.DivClassName
{
background-color: #8A7172;
}
.BgClassName
{
background-color: #8A7172;
}
</style>
border-color css
<style>
span { border-color: #8A7172; }
span { border-color: rgb(138,113,114); }
td.TdClassName
{
border-color: #8A7172;
}
.TagClassName
{
border-color: #8A7172;
}
</style>