Shades of Empress #8A7577
Tints of Empress #8A7577
RGB
CMYK
RGB Variations
Color information
#8A7577 (or 0x8A7577) is known color: Empress. HEX triplet: 8A, 75 and 77. RGB value is (138,117,119). Sum of RGB (Red+Green+Blue) = 138+117+119=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7577 is #758A88. Grayscale: #7B7B7B. Windows color (decimal): -7703177 or 7828874. OLE color: 7828874.
HSL color Cylindrical-coordinate representation of color #8A7577: hue angle of 354.29º 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 #8A7577 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 119 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.46 |
| HSL | 354.29º | 0.08% | 0.5% | - |
| HSV(B) | 354.29º | 0.15% | 0.54% | - |
| XYZ | 20.17 | 19.46 | 20.15 | - |
| YUV | 123.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 119 | 0 | 0.15 | 0.14 | 0.46 | 354.29 | 0.08 | 0.5 |
| Hex | 8A | 75 | 77 | 0 | F | E | 2E | 162 | 8 | 32 |
| Octal | 212 | 165 | 167 | 0 | 17 | 16 | 56 | 542 | 10 | 62 |
| Binary | 10001010 | 1110101 | 1110111 | 0 | 1111 | 1110 | 101110 | 101100010 | 1000 | 110010 |
Color Harmonies of #8A7577
Complementary color
Monochromatic Colors of #8A7577
Black with #8A7577
Text Example
Text Example
White with #8A7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7577; }
p { color: rgb(138,117,119); }
H1.HeaderClassName
{
color: #8A7577;
}
.AnyTagClassName
{
color: #8A7577;
}
</style>
background-color css
<style>
a { background-color: #8A7577; }
a { background-color: rgb(138,117,119); }
div.DivClassName
{
background-color: #8A7577;
}
.BgClassName
{
background-color: #8A7577;
}
</style>
border-color css
<style>
span { border-color: #8A7577; }
span { border-color: rgb(138,117,119); }
td.TdClassName
{
border-color: #8A7577;
}
.TagClassName
{
border-color: #8A7577;
}
</style>