Shades of Empress #786B70
Tints of Empress #786B70
RGB
CMYK
RGB Variations
Color information
#786B70 (or 0x786B70) is known color: Empress. HEX triplet: 78, 6B and 70. RGB value is (120,107,112). Sum of RGB (Red+Green+Blue) = 120+107+112=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 120 - color contains mainly: red. Hex color #786B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B70 is #87948F. Grayscale: #6F6F6F. Windows color (decimal): -8885392 or 7367544. OLE color: 7367544.
HSL color Cylindrical-coordinate representation of color #786B70: hue angle of 336.92º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #786B70 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 112 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.53 |
| HSL | 336.92º | 0.06% | 0.45% | - |
| HSV(B) | 336.92º | 0.11% | 0.47% | - |
| XYZ | 15.93 | 15.68 | 17.52 | - |
| YUV | 111.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 112 | 0 | 0.11 | 0.07 | 0.53 | 336.92 | 0.06 | 0.45 |
| Hex | 78 | 6B | 70 | 0 | B | 7 | 35 | 151 | 6 | 2D |
| Octal | 170 | 153 | 160 | 0 | 13 | 7 | 65 | 521 | 6 | 55 |
| Binary | 1111000 | 1101011 | 1110000 | 0 | 1011 | 111 | 110101 | 101010001 | 110 | 101101 |
Color Harmonies of #786B70
Complementary color
Monochromatic Colors of #786B70
Black with #786B70
Text Example
Text Example
White with #786B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B70; }
p { color: rgb(120,107,112); }
H1.HeaderClassName
{
color: #786B70;
}
.AnyTagClassName
{
color: #786B70;
}
</style>
background-color css
<style>
a { background-color: #786B70; }
a { background-color: rgb(120,107,112); }
div.DivClassName
{
background-color: #786B70;
}
.BgClassName
{
background-color: #786B70;
}
</style>
border-color css
<style>
span { border-color: #786B70; }
span { border-color: rgb(120,107,112); }
td.TdClassName
{
border-color: #786B70;
}
.TagClassName
{
border-color: #786B70;
}
</style>