Shades of Mamba #766F79
Tints of Mamba #766F79
RGB
CMYK
RGB Variations
Color information
#766F79 (or 0x766F79) is known color: Mamba. HEX triplet: 76, 6F and 79. RGB value is (118,111,121). Sum of RGB (Red+Green+Blue) = 118+111+121=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 121 - color contains mainly: blue. Hex color #766F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F79 is #899086. Grayscale: #727272. Windows color (decimal): -9015431 or 7958390. OLE color: 7958390.
HSL color Cylindrical-coordinate representation of color #766F79: hue angle of 282º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766F79 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 111 | 121 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.53 |
| HSL | 282º | 0.04% | 0.45% | - |
| HSV(B) | 282º | 0.08% | 0.47% | - |
| XYZ | 16.61 | 16.6 | 20.42 | - |
| YUV | 114.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 121 | 0.02 | 0.08 | 0 | 0.53 | 282 | 0.04 | 0.45 |
| Hex | 76 | 6F | 79 | 2 | 8 | 0 | 35 | 11A | 4 | 2D |
| Octal | 166 | 157 | 171 | 2 | 10 | 0 | 65 | 432 | 4 | 55 |
| Binary | 1110110 | 1101111 | 1111001 | 10 | 1000 | 0 | 110101 | 100011010 | 100 | 101101 |
Color Harmonies of #766F79
Complementary color
Monochromatic Colors of #766F79
Black with #766F79
Text Example
Text Example
White with #766F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F79; }
p { color: rgb(118,111,121); }
H1.HeaderClassName
{
color: #766F79;
}
.AnyTagClassName
{
color: #766F79;
}
</style>
background-color css
<style>
a { background-color: #766F79; }
a { background-color: rgb(118,111,121); }
div.DivClassName
{
background-color: #766F79;
}
.BgClassName
{
background-color: #766F79;
}
</style>
border-color css
<style>
span { border-color: #766F79; }
span { border-color: rgb(118,111,121); }
td.TdClassName
{
border-color: #766F79;
}
.TagClassName
{
border-color: #766F79;
}
</style>