Shades of Empress #766C6E
Tints of Empress #766C6E
RGB
CMYK
RGB Variations
Color information
#766C6E (or 0x766C6E) is known color: Empress. HEX triplet: 76, 6C and 6E. RGB value is (118,108,110). Sum of RGB (Red+Green+Blue) = 118+108+110=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #766C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C6E is #899391. Grayscale: #6F6F6F. Windows color (decimal): -9016210 or 7236726. OLE color: 7236726.
HSL color Cylindrical-coordinate representation of color #766C6E: hue angle of 348º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766C6E is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 110 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.54 |
| HSL | 348º | 0.04% | 0.44% | - |
| HSV(B) | 348º | 0.08% | 0.46% | - |
| XYZ | 15.65 | 15.7 | 16.96 | - |
| YUV | 111.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 110 | 0 | 0.08 | 0.07 | 0.54 | 348 | 0.04 | 0.44 |
| Hex | 76 | 6C | 6E | 0 | 8 | 7 | 36 | 15C | 4 | 2C |
| Octal | 166 | 154 | 156 | 0 | 10 | 7 | 66 | 534 | 4 | 54 |
| Binary | 1110110 | 1101100 | 1101110 | 0 | 1000 | 111 | 110110 | 101011100 | 100 | 101100 |
Color Harmonies of #766C6E
Complementary color
Monochromatic Colors of #766C6E
Black with #766C6E
Text Example
Text Example
White with #766C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C6E; }
p { color: rgb(118,108,110); }
H1.HeaderClassName
{
color: #766C6E;
}
.AnyTagClassName
{
color: #766C6E;
}
</style>
background-color css
<style>
a { background-color: #766C6E; }
a { background-color: rgb(118,108,110); }
div.DivClassName
{
background-color: #766C6E;
}
.BgClassName
{
background-color: #766C6E;
}
</style>
border-color css
<style>
span { border-color: #766C6E; }
span { border-color: rgb(118,108,110); }
td.TdClassName
{
border-color: #766C6E;
}
.TagClassName
{
border-color: #766C6E;
}
</style>