Shades of Empress #8A7576
Tints of Empress #8A7576
RGB
CMYK
RGB Variations
Color information
#8A7576 (or 0x8A7576) is known color: Empress. HEX triplet: 8A, 75 and 76. RGB value is (138,117,118). Sum of RGB (Red+Green+Blue) = 138+117+118=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7576 is #758A89. Grayscale: #7B7B7B. Windows color (decimal): -7703178 or 7763338. OLE color: 7763338.
HSL color Cylindrical-coordinate representation of color #8A7576: hue angle of 357.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A7576 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 118 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.46 |
| HSL | 357.14º | 0.08% | 0.5% | - |
| HSV(B) | 357.14º | 0.15% | 0.54% | - |
| XYZ | 20.11 | 19.43 | 19.83 | - |
| YUV | 123.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 118 | 0 | 0.15 | 0.14 | 0.46 | 357.14 | 0.08 | 0.5 |
| Hex | 8A | 75 | 76 | 0 | F | E | 2E | 165 | 8 | 32 |
| Octal | 212 | 165 | 166 | 0 | 17 | 16 | 56 | 545 | 10 | 62 |
| Binary | 10001010 | 1110101 | 1110110 | 0 | 1111 | 1110 | 101110 | 101100101 | 1000 | 110010 |
Color Harmonies of #8A7576
Complementary color
Monochromatic Colors of #8A7576
Black with #8A7576
Text Example
Text Example
White with #8A7576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7576; }
p { color: rgb(138,117,118); }
H1.HeaderClassName
{
color: #8A7576;
}
.AnyTagClassName
{
color: #8A7576;
}
</style>
background-color css
<style>
a { background-color: #8A7576; }
a { background-color: rgb(138,117,118); }
div.DivClassName
{
background-color: #8A7576;
}
.BgClassName
{
background-color: #8A7576;
}
</style>
border-color css
<style>
span { border-color: #8A7576; }
span { border-color: rgb(138,117,118); }
td.TdClassName
{
border-color: #8A7576;
}
.TagClassName
{
border-color: #8A7576;
}
</style>