Shades of Mamba #716180
Tints of Mamba #716180
RGB
CMYK
RGB Variations
Color information
#716180 (or 0x716180) is known color: Mamba. HEX triplet: 71, 61 and 80. RGB value is (113,97,128). Sum of RGB (Red+Green+Blue) = 113+97+128=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 128 - color contains mainly: blue. Hex color #716180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716180 is #8E9E7F. Grayscale: #696969. Windows color (decimal): -9346688 or 8413553. OLE color: 8413553.
HSL color Cylindrical-coordinate representation of color #716180: hue angle of 270.97º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716180 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 97 | 128 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.50 |
| HSL | 270.97º | 0.14% | 0.44% | - |
| HSV(B) | 270.97º | 0.24% | 0.5% | - |
| XYZ | 14.98 | 13.62 | 22.26 | - |
| YUV | 105.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 128 | 0.12 | 0.24 | 0 | 0.50 | 270.97 | 0.14 | 0.44 |
| Hex | 71 | 61 | 80 | C | 18 | 0 | 32 | 10F | E | 2C |
| Octal | 161 | 141 | 200 | 14 | 30 | 0 | 62 | 417 | 16 | 54 |
| Binary | 1110001 | 1100001 | 10000000 | 1100 | 11000 | 0 | 110010 | 100001111 | 1110 | 101100 |
Color Harmonies of #716180
Complementary color
Monochromatic Colors of #716180
Black with #716180
Text Example
Text Example
White with #716180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716180; }
p { color: rgb(113,97,128); }
H1.HeaderClassName
{
color: #716180;
}
.AnyTagClassName
{
color: #716180;
}
</style>
background-color css
<style>
a { background-color: #716180; }
a { background-color: rgb(113,97,128); }
div.DivClassName
{
background-color: #716180;
}
.BgClassName
{
background-color: #716180;
}
</style>
border-color css
<style>
span { border-color: #716180; }
span { border-color: rgb(113,97,128); }
td.TdClassName
{
border-color: #716180;
}
.TagClassName
{
border-color: #716180;
}
</style>