Shades of Mamba #716D74
Tints of Mamba #716D74
RGB
CMYK
RGB Variations
Color information
#716D74 (or 0x716D74) is known color: Mamba. HEX triplet: 71, 6D and 74. RGB value is (113,109,116). Sum of RGB (Red+Green+Blue) = 113+109+116=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 116 - color contains mainly: blue. Hex color #716D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D74 is #8E928B. Grayscale: #6E6E6E. Windows color (decimal): -9343628 or 7630193. OLE color: 7630193.
HSL color Cylindrical-coordinate representation of color #716D74: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716D74 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 109 | 116 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.55 |
| HSL | 274.29º | 0.03% | 0.44% | - |
| HSV(B) | 274.29º | 0.06% | 0.45% | - |
| XYZ | 15.43 | 15.71 | 18.74 | - |
| YUV | 110.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 116 | 0.03 | 0.06 | 0 | 0.55 | 274.29 | 0.03 | 0.44 |
| Hex | 71 | 6D | 74 | 3 | 6 | 0 | 37 | 112 | 3 | 2C |
| Octal | 161 | 155 | 164 | 3 | 6 | 0 | 67 | 422 | 3 | 54 |
| Binary | 1110001 | 1101101 | 1110100 | 11 | 110 | 0 | 110111 | 100010010 | 11 | 101100 |
Color Harmonies of #716D74
Complementary color
Monochromatic Colors of #716D74
Black with #716D74
Text Example
Text Example
White with #716D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D74; }
p { color: rgb(113,109,116); }
H1.HeaderClassName
{
color: #716D74;
}
.AnyTagClassName
{
color: #716D74;
}
</style>
background-color css
<style>
a { background-color: #716D74; }
a { background-color: rgb(113,109,116); }
div.DivClassName
{
background-color: #716D74;
}
.BgClassName
{
background-color: #716D74;
}
</style>
border-color css
<style>
span { border-color: #716D74; }
span { border-color: rgb(113,109,116); }
td.TdClassName
{
border-color: #716D74;
}
.TagClassName
{
border-color: #716D74;
}
</style>