Shades of Empress #8C7274
Tints of Empress #8C7274
RGB
CMYK
RGB Variations
Color information
#8C7274 (or 0x8C7274) is known color: Empress. HEX triplet: 8C, 72 and 74. RGB value is (140,114,116). Sum of RGB (Red+Green+Blue) = 140+114+116=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7274 is #738D8B. Grayscale: #7A7A7A. Windows color (decimal): -7572876 or 7631500. OLE color: 7631500.
HSL color Cylindrical-coordinate representation of color #8C7274: hue angle of 355.38º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7274 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 116 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.45 |
| HSL | 355.38º | 0.1% | 0.5% | - |
| HSV(B) | 355.38º | 0.19% | 0.55% | - |
| XYZ | 19.98 | 18.87 | 19.11 | - |
| YUV | 122 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 116 | 0 | 0.19 | 0.17 | 0.45 | 355.38 | 0.1 | 0.5 |
| Hex | 8C | 72 | 74 | 0 | 13 | 11 | 2D | 163 | A | 32 |
| Octal | 214 | 162 | 164 | 0 | 23 | 21 | 55 | 543 | 12 | 62 |
| Binary | 10001100 | 1110010 | 1110100 | 0 | 10011 | 10001 | 101101 | 101100011 | 1010 | 110010 |
Color Harmonies of #8C7274
Complementary color
Monochromatic Colors of #8C7274
Black with #8C7274
Text Example
Text Example
White with #8C7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7274; }
p { color: rgb(140,114,116); }
H1.HeaderClassName
{
color: #8C7274;
}
.AnyTagClassName
{
color: #8C7274;
}
</style>
background-color css
<style>
a { background-color: #8C7274; }
a { background-color: rgb(140,114,116); }
div.DivClassName
{
background-color: #8C7274;
}
.BgClassName
{
background-color: #8C7274;
}
</style>
border-color css
<style>
span { border-color: #8C7274; }
span { border-color: rgb(140,114,116); }
td.TdClassName
{
border-color: #8C7274;
}
.TagClassName
{
border-color: #8C7274;
}
</style>