Shades of Empress #787174
Tints of Empress #787174
RGB
CMYK
RGB Variations
Color information
#787174 (or 0x787174) is known color: Empress. HEX triplet: 78, 71 and 74. RGB value is (120,113,116). Sum of RGB (Red+Green+Blue) = 120+113+116=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 120 - color contains mainly: red. Hex color #787174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787174 is #878E8B. Grayscale: #737373. Windows color (decimal): -8883852 or 7631224. OLE color: 7631224.
HSL color Cylindrical-coordinate representation of color #787174: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #787174 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 113 | 116 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.53 |
| HSL | 334.29º | 0.03% | 0.46% | - |
| HSV(B) | 334.29º | 0.06% | 0.47% | - |
| XYZ | 16.8 | 17.06 | 18.93 | - |
| YUV | 115.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 116 | 0 | 0.06 | 0.03 | 0.53 | 334.29 | 0.03 | 0.46 |
| Hex | 78 | 71 | 74 | 0 | 6 | 3 | 35 | 14E | 3 | 2E |
| Octal | 170 | 161 | 164 | 0 | 6 | 3 | 65 | 516 | 3 | 56 |
| Binary | 1111000 | 1110001 | 1110100 | 0 | 110 | 11 | 110101 | 101001110 | 11 | 101110 |
Color Harmonies of #787174
Complementary color
Monochromatic Colors of #787174
Black with #787174
Text Example
Text Example
White with #787174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787174; }
p { color: rgb(120,113,116); }
H1.HeaderClassName
{
color: #787174;
}
.AnyTagClassName
{
color: #787174;
}
</style>
background-color css
<style>
a { background-color: #787174; }
a { background-color: rgb(120,113,116); }
div.DivClassName
{
background-color: #787174;
}
.BgClassName
{
background-color: #787174;
}
</style>
border-color css
<style>
span { border-color: #787174; }
span { border-color: rgb(120,113,116); }
td.TdClassName
{
border-color: #787174;
}
.TagClassName
{
border-color: #787174;
}
</style>