Shades of Mamba #716C76
Tints of Mamba #716C76
RGB
CMYK
RGB Variations
Color information
#716C76 (or 0x716C76) is known color: Mamba. HEX triplet: 71, 6C and 76. RGB value is (113,108,118). Sum of RGB (Red+Green+Blue) = 113+108+118=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #716C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C76 is #8E9389. Grayscale: #6E6E6E. Windows color (decimal): -9343882 or 7761009. OLE color: 7761009.
HSL color Cylindrical-coordinate representation of color #716C76: hue angle of 270º 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 #716C76 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 108 | 118 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.54 |
| HSL | 270º | 0.04% | 0.44% | - |
| HSV(B) | 270º | 0.08% | 0.46% | - |
| XYZ | 15.44 | 15.54 | 19.33 | - |
| YUV | 110.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 118 | 0.04 | 0.08 | 0 | 0.54 | 270 | 0.04 | 0.44 |
| Hex | 71 | 6C | 76 | 4 | 8 | 0 | 36 | 10E | 4 | 2C |
| Octal | 161 | 154 | 166 | 4 | 10 | 0 | 66 | 416 | 4 | 54 |
| Binary | 1110001 | 1101100 | 1110110 | 100 | 1000 | 0 | 110110 | 100001110 | 100 | 101100 |
Color Harmonies of #716C76
Complementary color
Monochromatic Colors of #716C76
Black with #716C76
Text Example
Text Example
White with #716C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C76; }
p { color: rgb(113,108,118); }
H1.HeaderClassName
{
color: #716C76;
}
.AnyTagClassName
{
color: #716C76;
}
</style>
background-color css
<style>
a { background-color: #716C76; }
a { background-color: rgb(113,108,118); }
div.DivClassName
{
background-color: #716C76;
}
.BgClassName
{
background-color: #716C76;
}
</style>
border-color css
<style>
span { border-color: #716C76; }
span { border-color: rgb(113,108,118); }
td.TdClassName
{
border-color: #716C76;
}
.TagClassName
{
border-color: #716C76;
}
</style>