Shades of Empress #766F70
Tints of Empress #766F70
RGB
CMYK
RGB Variations
Color information
#766F70 (or 0x766F70) is known color: Empress. HEX triplet: 76, 6F and 70. RGB value is (118,111,112). Sum of RGB (Red+Green+Blue) = 118+111+112=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #766F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F70 is #89908F. Grayscale: #717171. Windows color (decimal): -9015440 or 7368566. OLE color: 7368566.
HSL color Cylindrical-coordinate representation of color #766F70: hue angle of 351.43º 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 #766F70 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 112 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.54 |
| HSL | 351.43º | 0.03% | 0.45% | - |
| HSV(B) | 351.43º | 0.06% | 0.46% | - |
| XYZ | 16.08 | 16.39 | 17.65 | - |
| YUV | 113.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 112 | 0 | 0.06 | 0.05 | 0.54 | 351.43 | 0.03 | 0.45 |
| Hex | 76 | 6F | 70 | 0 | 6 | 5 | 36 | 15F | 3 | 2D |
| Octal | 166 | 157 | 160 | 0 | 6 | 5 | 66 | 537 | 3 | 55 |
| Binary | 1110110 | 1101111 | 1110000 | 0 | 110 | 101 | 110110 | 101011111 | 11 | 101101 |
Color Harmonies of #766F70
Complementary color
Monochromatic Colors of #766F70
Black with #766F70
Text Example
Text Example
White with #766F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F70; }
p { color: rgb(118,111,112); }
H1.HeaderClassName
{
color: #766F70;
}
.AnyTagClassName
{
color: #766F70;
}
</style>
background-color css
<style>
a { background-color: #766F70; }
a { background-color: rgb(118,111,112); }
div.DivClassName
{
background-color: #766F70;
}
.BgClassName
{
background-color: #766F70;
}
</style>
border-color css
<style>
span { border-color: #766F70; }
span { border-color: rgb(118,111,112); }
td.TdClassName
{
border-color: #766F70;
}
.TagClassName
{
border-color: #766F70;
}
</style>