Shades of Mamba #71657D
Tints of Mamba #71657D
RGB
CMYK
RGB Variations
Color information
#71657D (or 0x71657D) is known color: Mamba. HEX triplet: 71, 65 and 7D. RGB value is (113,101,125). Sum of RGB (Red+Green+Blue) = 113+101+125=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #71657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71657D is #8E9A82. Grayscale: #6B6B6B. Windows color (decimal): -9345667 or 8217969. OLE color: 8217969.
HSL color Cylindrical-coordinate representation of color #71657D: hue angle of 270º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71657D is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 101 | 125 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.51 |
| HSL | 270º | 0.11% | 0.44% | - |
| HSV(B) | 270º | 0.19% | 0.49% | - |
| XYZ | 15.17 | 14.3 | 21.36 | - |
| YUV | 107.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 125 | 0.10 | 0.19 | 0 | 0.51 | 270 | 0.11 | 0.44 |
| Hex | 71 | 65 | 7D | A | 13 | 0 | 33 | 10E | B | 2C |
| Octal | 161 | 145 | 175 | 12 | 23 | 0 | 63 | 416 | 13 | 54 |
| Binary | 1110001 | 1100101 | 1111101 | 1010 | 10011 | 0 | 110011 | 100001110 | 1011 | 101100 |
Color Harmonies of #71657D
Complementary color
Monochromatic Colors of #71657D
Black with #71657D
Text Example
Text Example
White with #71657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71657D; }
p { color: rgb(113,101,125); }
H1.HeaderClassName
{
color: #71657D;
}
.AnyTagClassName
{
color: #71657D;
}
</style>
background-color css
<style>
a { background-color: #71657D; }
a { background-color: rgb(113,101,125); }
div.DivClassName
{
background-color: #71657D;
}
.BgClassName
{
background-color: #71657D;
}
</style>
border-color css
<style>
span { border-color: #71657D; }
span { border-color: rgb(113,101,125); }
td.TdClassName
{
border-color: #71657D;
}
.TagClassName
{
border-color: #71657D;
}
</style>