Shades of Empress #76686B
Tints of Empress #76686B
RGB
CMYK
RGB Variations
Color information
#76686B (or 0x76686B) is known color: Empress. HEX triplet: 76, 68 and 6B. RGB value is (118,104,107). Sum of RGB (Red+Green+Blue) = 118+104+107=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #76686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76686B is #899794. Grayscale: #6C6C6C. Windows color (decimal): -9017237 or 7039094. OLE color: 7039094.
HSL color Cylindrical-coordinate representation of color #76686B: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #76686B is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 107 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.54 |
| HSL | 347.14º | 0.06% | 0.44% | - |
| HSV(B) | 347.14º | 0.12% | 0.46% | - |
| XYZ | 15.08 | 14.81 | 15.97 | - |
| YUV | 108.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 107 | 0 | 0.12 | 0.09 | 0.54 | 347.14 | 0.06 | 0.44 |
| Hex | 76 | 68 | 6B | 0 | C | 9 | 36 | 15B | 6 | 2C |
| Octal | 166 | 150 | 153 | 0 | 14 | 11 | 66 | 533 | 6 | 54 |
| Binary | 1110110 | 1101000 | 1101011 | 0 | 1100 | 1001 | 110110 | 101011011 | 110 | 101100 |
Color Harmonies of #76686B
Complementary color
Monochromatic Colors of #76686B
Black with #76686B
Text Example
Text Example
White with #76686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76686B; }
p { color: rgb(118,104,107); }
H1.HeaderClassName
{
color: #76686B;
}
.AnyTagClassName
{
color: #76686B;
}
</style>
background-color css
<style>
a { background-color: #76686B; }
a { background-color: rgb(118,104,107); }
div.DivClassName
{
background-color: #76686B;
}
.BgClassName
{
background-color: #76686B;
}
</style>
border-color css
<style>
span { border-color: #76686B; }
span { border-color: rgb(118,104,107); }
td.TdClassName
{
border-color: #76686B;
}
.TagClassName
{
border-color: #76686B;
}
</style>