Shades of Empress #786B6E
Tints of Empress #786B6E
RGB
CMYK
RGB Variations
Color information
#786B6E (or 0x786B6E) is known color: Empress. HEX triplet: 78, 6B and 6E. RGB value is (120,107,110). Sum of RGB (Red+Green+Blue) = 120+107+110=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #786B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B6E is #879491. Grayscale: #6F6F6F. Windows color (decimal): -8885394 or 7236472. OLE color: 7236472.
HSL color Cylindrical-coordinate representation of color #786B6E: hue angle of 346.15º 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 #786B6E is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 110 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.53 |
| HSL | 346.15º | 0.06% | 0.45% | - |
| HSV(B) | 346.15º | 0.11% | 0.47% | - |
| XYZ | 15.82 | 15.63 | 16.94 | - |
| YUV | 111.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 110 | 0 | 0.11 | 0.08 | 0.53 | 346.15 | 0.06 | 0.45 |
| Hex | 78 | 6B | 6E | 0 | B | 8 | 35 | 15A | 6 | 2D |
| Octal | 170 | 153 | 156 | 0 | 13 | 10 | 65 | 532 | 6 | 55 |
| Binary | 1111000 | 1101011 | 1101110 | 0 | 1011 | 1000 | 110101 | 101011010 | 110 | 101101 |
Color Harmonies of #786B6E
Complementary color
Monochromatic Colors of #786B6E
Black with #786B6E
Text Example
Text Example
White with #786B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B6E; }
p { color: rgb(120,107,110); }
H1.HeaderClassName
{
color: #786B6E;
}
.AnyTagClassName
{
color: #786B6E;
}
</style>
background-color css
<style>
a { background-color: #786B6E; }
a { background-color: rgb(120,107,110); }
div.DivClassName
{
background-color: #786B6E;
}
.BgClassName
{
background-color: #786B6E;
}
</style>
border-color css
<style>
span { border-color: #786B6E; }
span { border-color: rgb(120,107,110); }
td.TdClassName
{
border-color: #786B6E;
}
.TagClassName
{
border-color: #786B6E;
}
</style>