Shades of Mamba #71637D
Tints of Mamba #71637D
RGB
CMYK
RGB Variations
Color information
#71637D (or 0x71637D) is known color: Mamba. HEX triplet: 71, 63 and 7D. RGB value is (113,99,125). Sum of RGB (Red+Green+Blue) = 113+99+125=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #71637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71637D is #8E9C82. Grayscale: #6A6A6A. Windows color (decimal): -9346179 or 8217457. OLE color: 8217457.
HSL color Cylindrical-coordinate representation of color #71637D: hue angle of 272.31º 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 #71637D is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 99 | 125 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.51 |
| HSL | 272.31º | 0.12% | 0.44% | - |
| HSV(B) | 272.31º | 0.21% | 0.49% | - |
| XYZ | 14.97 | 13.92 | 21.3 | - |
| YUV | 106.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 125 | 0.10 | 0.21 | 0 | 0.51 | 272.31 | 0.12 | 0.44 |
| Hex | 71 | 63 | 7D | A | 15 | 0 | 33 | 110 | C | 2C |
| Octal | 161 | 143 | 175 | 12 | 25 | 0 | 63 | 420 | 14 | 54 |
| Binary | 1110001 | 1100011 | 1111101 | 1010 | 10101 | 0 | 110011 | 100010000 | 1100 | 101100 |
Color Harmonies of #71637D
Complementary color
Monochromatic Colors of #71637D
Black with #71637D
Text Example
Text Example
White with #71637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71637D; }
p { color: rgb(113,99,125); }
H1.HeaderClassName
{
color: #71637D;
}
.AnyTagClassName
{
color: #71637D;
}
</style>
background-color css
<style>
a { background-color: #71637D; }
a { background-color: rgb(113,99,125); }
div.DivClassName
{
background-color: #71637D;
}
.BgClassName
{
background-color: #71637D;
}
</style>
border-color css
<style>
span { border-color: #71637D; }
span { border-color: rgb(113,99,125); }
td.TdClassName
{
border-color: #71637D;
}
.TagClassName
{
border-color: #71637D;
}
</style>