Shades of Empress #766F71
Tints of Empress #766F71
RGB
CMYK
RGB Variations
Color information
#766F71 (or 0x766F71) is known color: Empress. HEX triplet: 76, 6F and 71. RGB value is (118,111,113). Sum of RGB (Red+Green+Blue) = 118+111+113=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #766F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F71 is #89908E. Grayscale: #717171. Windows color (decimal): -9015439 or 7434102. OLE color: 7434102.
HSL color Cylindrical-coordinate representation of color #766F71: hue angle of 342.86º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #766F71 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 113 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.54 |
| HSL | 342.86º | 0.03% | 0.45% | - |
| HSV(B) | 342.86º | 0.06% | 0.46% | - |
| XYZ | 16.14 | 16.41 | 17.94 | - |
| YUV | 113.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 113 | 0 | 0.06 | 0.04 | 0.54 | 342.86 | 0.03 | 0.45 |
| Hex | 76 | 6F | 71 | 0 | 6 | 4 | 36 | 157 | 3 | 2D |
| Octal | 166 | 157 | 161 | 0 | 6 | 4 | 66 | 527 | 3 | 55 |
| Binary | 1110110 | 1101111 | 1110001 | 0 | 110 | 100 | 110110 | 101010111 | 11 | 101101 |
Color Harmonies of #766F71
Complementary color
Monochromatic Colors of #766F71
Black with #766F71
Text Example
Text Example
White with #766F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F71; }
p { color: rgb(118,111,113); }
H1.HeaderClassName
{
color: #766F71;
}
.AnyTagClassName
{
color: #766F71;
}
</style>
background-color css
<style>
a { background-color: #766F71; }
a { background-color: rgb(118,111,113); }
div.DivClassName
{
background-color: #766F71;
}
.BgClassName
{
background-color: #766F71;
}
</style>
border-color css
<style>
span { border-color: #766F71; }
span { border-color: rgb(118,111,113); }
td.TdClassName
{
border-color: #766F71;
}
.TagClassName
{
border-color: #766F71;
}
</style>