Shades of Mamba #716E73
Tints of Mamba #716E73
RGB
CMYK
RGB Variations
Color information
#716E73 (or 0x716E73) is known color: Mamba. HEX triplet: 71, 6E and 73. RGB value is (113,110,115). Sum of RGB (Red+Green+Blue) = 113+110+115=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 115 - color contains mainly: blue. Hex color #716E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E73 is #8E918C. Grayscale: #6F6F6F. Windows color (decimal): -9343373 or 7564913. OLE color: 7564913.
HSL color Cylindrical-coordinate representation of color #716E73: hue angle of 276º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #716E73 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 110 | 115 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.55 |
| HSL | 276º | 0.02% | 0.44% | - |
| HSV(B) | 276º | 0.04% | 0.45% | - |
| XYZ | 15.48 | 15.9 | 18.47 | - |
| YUV | 111.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 115 | 0.02 | 0.04 | 0 | 0.55 | 276 | 0.02 | 0.44 |
| Hex | 71 | 6E | 73 | 2 | 4 | 0 | 37 | 114 | 2 | 2C |
| Octal | 161 | 156 | 163 | 2 | 4 | 0 | 67 | 424 | 2 | 54 |
| Binary | 1110001 | 1101110 | 1110011 | 10 | 100 | 0 | 110111 | 100010100 | 10 | 101100 |
Color Harmonies of #716E73
Complementary color
Monochromatic Colors of #716E73
Black with #716E73
Text Example
Text Example
White with #716E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E73; }
p { color: rgb(113,110,115); }
H1.HeaderClassName
{
color: #716E73;
}
.AnyTagClassName
{
color: #716E73;
}
</style>
background-color css
<style>
a { background-color: #716E73; }
a { background-color: rgb(113,110,115); }
div.DivClassName
{
background-color: #716E73;
}
.BgClassName
{
background-color: #716E73;
}
</style>
border-color css
<style>
span { border-color: #716E73; }
span { border-color: rgb(113,110,115); }
td.TdClassName
{
border-color: #716E73;
}
.TagClassName
{
border-color: #716E73;
}
</style>