Shades of Mamba #71617E
Tints of Mamba #71617E
RGB
CMYK
RGB Variations
Color information
#71617E (or 0x71617E) is known color: Mamba. HEX triplet: 71, 61 and 7E. RGB value is (113,97,126). Sum of RGB (Red+Green+Blue) = 113+97+126=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 126 - color contains mainly: blue. Hex color #71617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71617E is #8E9E81. Grayscale: #686868. Windows color (decimal): -9346690 or 8282481. OLE color: 8282481.
HSL color Cylindrical-coordinate representation of color #71617E: hue angle of 273.1º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71617E is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 97 | 126 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.51 |
| HSL | 273.1º | 0.13% | 0.44% | - |
| HSV(B) | 273.1º | 0.23% | 0.49% | - |
| XYZ | 14.85 | 13.57 | 21.57 | - |
| YUV | 105.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 126 | 0.10 | 0.23 | 0 | 0.51 | 273.1 | 0.13 | 0.44 |
| Hex | 71 | 61 | 7E | A | 17 | 0 | 33 | 111 | D | 2C |
| Octal | 161 | 141 | 176 | 12 | 27 | 0 | 63 | 421 | 15 | 54 |
| Binary | 1110001 | 1100001 | 1111110 | 1010 | 10111 | 0 | 110011 | 100010001 | 1101 | 101100 |
Color Harmonies of #71617E
Complementary color
Monochromatic Colors of #71617E
Black with #71617E
Text Example
Text Example
White with #71617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71617E; }
p { color: rgb(113,97,126); }
H1.HeaderClassName
{
color: #71617E;
}
.AnyTagClassName
{
color: #71617E;
}
</style>
background-color css
<style>
a { background-color: #71617E; }
a { background-color: rgb(113,97,126); }
div.DivClassName
{
background-color: #71617E;
}
.BgClassName
{
background-color: #71617E;
}
</style>
border-color css
<style>
span { border-color: #71617E; }
span { border-color: rgb(113,97,126); }
td.TdClassName
{
border-color: #71617E;
}
.TagClassName
{
border-color: #71617E;
}
</style>