Shades of Mamba #71647D
Tints of Mamba #71647D
RGB
CMYK
RGB Variations
Color information
#71647D (or 0x71647D) is known color: Mamba. HEX triplet: 71, 64 and 7D. RGB value is (113,100,125). Sum of RGB (Red+Green+Blue) = 113+100+125=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #71647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71647D is #8E9B82. Grayscale: #6A6A6A. Windows color (decimal): -9345923 or 8217713. OLE color: 8217713.
HSL color Cylindrical-coordinate representation of color #71647D: hue angle of 271.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71647D is Cyan = 0.10, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 100 | 125 | - |
| CMYK | 0.10 | 0.2 | 0 | 0.51 |
| HSL | 271.2º | 0.11% | 0.44% | - |
| HSV(B) | 271.2º | 0.2% | 0.49% | - |
| XYZ | 15.07 | 14.11 | 21.33 | - |
| YUV | 106.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 125 | 0.10 | 0.2 | 0 | 0.51 | 271.2 | 0.11 | 0.44 |
| Hex | 71 | 64 | 7D | A | 14 | 0 | 33 | 10F | B | 2C |
| Octal | 161 | 144 | 175 | 12 | 24 | 0 | 63 | 417 | 13 | 54 |
| Binary | 1110001 | 1100100 | 1111101 | 1010 | 10100 | 0 | 110011 | 100001111 | 1011 | 101100 |
Color Harmonies of #71647D
Complementary color
Monochromatic Colors of #71647D
Black with #71647D
Text Example
Text Example
White with #71647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71647D; }
p { color: rgb(113,100,125); }
H1.HeaderClassName
{
color: #71647D;
}
.AnyTagClassName
{
color: #71647D;
}
</style>
background-color css
<style>
a { background-color: #71647D; }
a { background-color: rgb(113,100,125); }
div.DivClassName
{
background-color: #71647D;
}
.BgClassName
{
background-color: #71647D;
}
</style>
border-color css
<style>
span { border-color: #71647D; }
span { border-color: rgb(113,100,125); }
td.TdClassName
{
border-color: #71647D;
}
.TagClassName
{
border-color: #71647D;
}
</style>