Shades of Mamba #71647E
Tints of Mamba #71647E
RGB
CMYK
RGB Variations
Color information
#71647E (or 0x71647E) is known color: Mamba. HEX triplet: 71, 64 and 7E. RGB value is (113,100,126). Sum of RGB (Red+Green+Blue) = 113+100+126=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 126 - color contains mainly: blue. Hex color #71647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71647E is #8E9B81. Grayscale: #6A6A6A. Windows color (decimal): -9345922 or 8283249. OLE color: 8283249.
HSL color Cylindrical-coordinate representation of color #71647E: hue angle of 270º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71647E is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 100 | 126 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.51 |
| HSL | 270º | 0.12% | 0.44% | - |
| HSV(B) | 270º | 0.21% | 0.49% | - |
| XYZ | 15.13 | 14.13 | 21.67 | - |
| YUV | 106.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 126 | 0.10 | 0.21 | 0 | 0.51 | 270 | 0.12 | 0.44 |
| Hex | 71 | 64 | 7E | A | 15 | 0 | 33 | 10E | C | 2C |
| Octal | 161 | 144 | 176 | 12 | 25 | 0 | 63 | 416 | 14 | 54 |
| Binary | 1110001 | 1100100 | 1111110 | 1010 | 10101 | 0 | 110011 | 100001110 | 1100 | 101100 |
Color Harmonies of #71647E
Complementary color
Monochromatic Colors of #71647E
Black with #71647E
Text Example
Text Example
White with #71647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71647E; }
p { color: rgb(113,100,126); }
H1.HeaderClassName
{
color: #71647E;
}
.AnyTagClassName
{
color: #71647E;
}
</style>
background-color css
<style>
a { background-color: #71647E; }
a { background-color: rgb(113,100,126); }
div.DivClassName
{
background-color: #71647E;
}
.BgClassName
{
background-color: #71647E;
}
</style>
border-color css
<style>
span { border-color: #71647E; }
span { border-color: rgb(113,100,126); }
td.TdClassName
{
border-color: #71647E;
}
.TagClassName
{
border-color: #71647E;
}
</style>