Shades of Empress #766D6E
Tints of Empress #766D6E
RGB
CMYK
RGB Variations
Color information
#766D6E (or 0x766D6E) is known color: Empress. HEX triplet: 76, 6D and 6E. RGB value is (118,109,110). Sum of RGB (Red+Green+Blue) = 118+109+110=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #766D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D6E is #899291. Grayscale: #6F6F6F. Windows color (decimal): -9015954 or 7236982. OLE color: 7236982.
HSL color Cylindrical-coordinate representation of color #766D6E: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766D6E is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 110 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.54 |
| HSL | 353.33º | 0.04% | 0.45% | - |
| HSV(B) | 353.33º | 0.08% | 0.46% | - |
| XYZ | 15.75 | 15.91 | 16.99 | - |
| YUV | 111.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 110 | 0 | 0.08 | 0.07 | 0.54 | 353.33 | 0.04 | 0.45 |
| Hex | 76 | 6D | 6E | 0 | 8 | 7 | 36 | 161 | 4 | 2D |
| Octal | 166 | 155 | 156 | 0 | 10 | 7 | 66 | 541 | 4 | 55 |
| Binary | 1110110 | 1101101 | 1101110 | 0 | 1000 | 111 | 110110 | 101100001 | 100 | 101101 |
Color Harmonies of #766D6E
Complementary color
Monochromatic Colors of #766D6E
Black with #766D6E
Text Example
Text Example
White with #766D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D6E; }
p { color: rgb(118,109,110); }
H1.HeaderClassName
{
color: #766D6E;
}
.AnyTagClassName
{
color: #766D6E;
}
</style>
background-color css
<style>
a { background-color: #766D6E; }
a { background-color: rgb(118,109,110); }
div.DivClassName
{
background-color: #766D6E;
}
.BgClassName
{
background-color: #766D6E;
}
</style>
border-color css
<style>
span { border-color: #766D6E; }
span { border-color: rgb(118,109,110); }
td.TdClassName
{
border-color: #766D6E;
}
.TagClassName
{
border-color: #766D6E;
}
</style>