Shades of Empress #786B6F
Tints of Empress #786B6F
RGB
CMYK
RGB Variations
Color information
#786B6F (or 0x786B6F) is known color: Empress. HEX triplet: 78, 6B and 6F. RGB value is (120,107,111). Sum of RGB (Red+Green+Blue) = 120+107+111=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B6F is #879490. Grayscale: #6F6F6F. Windows color (decimal): -8885393 or 7302008. OLE color: 7302008.
HSL color Cylindrical-coordinate representation of color #786B6F: hue angle of 341.54º 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 #786B6F is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 111 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.53 |
| HSL | 341.54º | 0.06% | 0.45% | - |
| HSV(B) | 341.54º | 0.11% | 0.47% | - |
| XYZ | 15.87 | 15.66 | 17.22 | - |
| YUV | 111.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 111 | 0 | 0.11 | 0.08 | 0.53 | 341.54 | 0.06 | 0.45 |
| Hex | 78 | 6B | 6F | 0 | B | 8 | 35 | 156 | 6 | 2D |
| Octal | 170 | 153 | 157 | 0 | 13 | 10 | 65 | 526 | 6 | 55 |
| Binary | 1111000 | 1101011 | 1101111 | 0 | 1011 | 1000 | 110101 | 101010110 | 110 | 101101 |
Color Harmonies of #786B6F
Complementary color
Monochromatic Colors of #786B6F
Black with #786B6F
Text Example
Text Example
White with #786B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B6F; }
p { color: rgb(120,107,111); }
H1.HeaderClassName
{
color: #786B6F;
}
.AnyTagClassName
{
color: #786B6F;
}
</style>
background-color css
<style>
a { background-color: #786B6F; }
a { background-color: rgb(120,107,111); }
div.DivClassName
{
background-color: #786B6F;
}
.BgClassName
{
background-color: #786B6F;
}
</style>
border-color css
<style>
span { border-color: #786B6F; }
span { border-color: rgb(120,107,111); }
td.TdClassName
{
border-color: #786B6F;
}
.TagClassName
{
border-color: #786B6F;
}
</style>