Shades of Empress #786C70
Tints of Empress #786C70
RGB
CMYK
RGB Variations
Color information
#786C70 (or 0x786C70) is known color: Empress. HEX triplet: 78, 6C and 70. RGB value is (120,108,112). Sum of RGB (Red+Green+Blue) = 120+108+112=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #786C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C70 is #87938F. Grayscale: #707070. Windows color (decimal): -8885136 or 7367800. OLE color: 7367800.
HSL color Cylindrical-coordinate representation of color #786C70: hue angle of 340º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #786C70 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 112 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.53 |
| HSL | 340º | 0.05% | 0.45% | - |
| HSV(B) | 340º | 0.1% | 0.47% | - |
| XYZ | 16.03 | 15.89 | 17.55 | - |
| YUV | 112.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 112 | 0 | 0.10 | 0.07 | 0.53 | 340 | 0.05 | 0.45 |
| Hex | 78 | 6C | 70 | 0 | A | 7 | 35 | 154 | 5 | 2D |
| Octal | 170 | 154 | 160 | 0 | 12 | 7 | 65 | 524 | 5 | 55 |
| Binary | 1111000 | 1101100 | 1110000 | 0 | 1010 | 111 | 110101 | 101010100 | 101 | 101101 |
Color Harmonies of #786C70
Complementary color
Monochromatic Colors of #786C70
Black with #786C70
Text Example
Text Example
White with #786C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C70; }
p { color: rgb(120,108,112); }
H1.HeaderClassName
{
color: #786C70;
}
.AnyTagClassName
{
color: #786C70;
}
</style>
background-color css
<style>
a { background-color: #786C70; }
a { background-color: rgb(120,108,112); }
div.DivClassName
{
background-color: #786C70;
}
.BgClassName
{
background-color: #786C70;
}
</style>
border-color css
<style>
span { border-color: #786C70; }
span { border-color: rgb(120,108,112); }
td.TdClassName
{
border-color: #786C70;
}
.TagClassName
{
border-color: #786C70;
}
</style>