Shades of Empress #8D787A
Tints of Empress #8D787A
RGB
CMYK
RGB Variations
Color information
#8D787A (or 0x8D787A) is known color: Empress. HEX triplet: 8D, 78 and 7A. RGB value is (141,120,122). Sum of RGB (Red+Green+Blue) = 141+120+122=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D787A is #728785. Grayscale: #7E7E7E. Windows color (decimal): -7505798 or 8026253. OLE color: 8026253.
HSL color Cylindrical-coordinate representation of color #8D787A: hue angle of 354.29º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D787A is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 122 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.45 |
| HSL | 354.29º | 0.08% | 0.51% | - |
| HSV(B) | 354.29º | 0.15% | 0.55% | - |
| XYZ | 21.21 | 20.5 | 21.25 | - |
| YUV | 126.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 122 | 0 | 0.15 | 0.13 | 0.45 | 354.29 | 0.08 | 0.51 |
| Hex | 8D | 78 | 7A | 0 | F | D | 2D | 162 | 8 | 33 |
| Octal | 215 | 170 | 172 | 0 | 17 | 15 | 55 | 542 | 10 | 63 |
| Binary | 10001101 | 1111000 | 1111010 | 0 | 1111 | 1101 | 101101 | 101100010 | 1000 | 110011 |
Color Harmonies of #8D787A
Complementary color
Monochromatic Colors of #8D787A
Black with #8D787A
Text Example
Text Example
White with #8D787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D787A; }
p { color: rgb(141,120,122); }
H1.HeaderClassName
{
color: #8D787A;
}
.AnyTagClassName
{
color: #8D787A;
}
</style>
background-color css
<style>
a { background-color: #8D787A; }
a { background-color: rgb(141,120,122); }
div.DivClassName
{
background-color: #8D787A;
}
.BgClassName
{
background-color: #8D787A;
}
</style>
border-color css
<style>
span { border-color: #8D787A; }
span { border-color: rgb(141,120,122); }
td.TdClassName
{
border-color: #8D787A;
}
.TagClassName
{
border-color: #8D787A;
}
</style>