Shades of Empress #78696C
Tints of Empress #78696C
RGB
CMYK
RGB Variations
Color information
#78696C (or 0x78696C) is known color: Empress. HEX triplet: 78, 69 and 6C. RGB value is (120,105,108). Sum of RGB (Red+Green+Blue) = 120+105+108=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #78696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78696C is #879693. Grayscale: #6D6D6D. Windows color (decimal): -8885908 or 7104888. OLE color: 7104888.
HSL color Cylindrical-coordinate representation of color #78696C: hue angle of 348º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #78696C is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 108 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.53 |
| HSL | 348º | 0.07% | 0.44% | - |
| HSV(B) | 348º | 0.13% | 0.47% | - |
| XYZ | 15.5 | 15.18 | 16.3 | - |
| YUV | 109.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 108 | 0 | 0.13 | 0.10 | 0.53 | 348 | 0.07 | 0.44 |
| Hex | 78 | 69 | 6C | 0 | D | A | 35 | 15C | 7 | 2C |
| Octal | 170 | 151 | 154 | 0 | 15 | 12 | 65 | 534 | 7 | 54 |
| Binary | 1111000 | 1101001 | 1101100 | 0 | 1101 | 1010 | 110101 | 101011100 | 111 | 101100 |
Color Harmonies of #78696C
Complementary color
Monochromatic Colors of #78696C
Black with #78696C
Text Example
Text Example
White with #78696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78696C; }
p { color: rgb(120,105,108); }
H1.HeaderClassName
{
color: #78696C;
}
.AnyTagClassName
{
color: #78696C;
}
</style>
background-color css
<style>
a { background-color: #78696C; }
a { background-color: rgb(120,105,108); }
div.DivClassName
{
background-color: #78696C;
}
.BgClassName
{
background-color: #78696C;
}
</style>
border-color css
<style>
span { border-color: #78696C; }
span { border-color: rgb(120,105,108); }
td.TdClassName
{
border-color: #78696C;
}
.TagClassName
{
border-color: #78696C;
}
</style>