Shades of Mamba #71647F
Tints of Mamba #71647F
RGB
CMYK
RGB Variations
Color information
#71647F (or 0x71647F) is known color: Mamba. HEX triplet: 71, 64 and 7F. RGB value is (113,100,127). Sum of RGB (Red+Green+Blue) = 113+100+127=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #71647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71647F is #8E9B80. Grayscale: #6A6A6A. Windows color (decimal): -9345921 or 8348785. OLE color: 8348785.
HSL color Cylindrical-coordinate representation of color #71647F: hue angle of 268.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71647F is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 100 | 127 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.50 |
| HSL | 268.89º | 0.12% | 0.45% | - |
| HSV(B) | 268.89º | 0.21% | 0.5% | - |
| XYZ | 15.2 | 14.16 | 22.01 | - |
| YUV | 106.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 127 | 0.11 | 0.21 | 0 | 0.50 | 268.89 | 0.12 | 0.45 |
| Hex | 71 | 64 | 7F | B | 15 | 0 | 32 | 10D | C | 2D |
| Octal | 161 | 144 | 177 | 13 | 25 | 0 | 62 | 415 | 14 | 55 |
| Binary | 1110001 | 1100100 | 1111111 | 1011 | 10101 | 0 | 110010 | 100001101 | 1100 | 101101 |
Color Harmonies of #71647F
Complementary color
Monochromatic Colors of #71647F
Black with #71647F
Text Example
Text Example
White with #71647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71647F; }
p { color: rgb(113,100,127); }
H1.HeaderClassName
{
color: #71647F;
}
.AnyTagClassName
{
color: #71647F;
}
</style>
background-color css
<style>
a { background-color: #71647F; }
a { background-color: rgb(113,100,127); }
div.DivClassName
{
background-color: #71647F;
}
.BgClassName
{
background-color: #71647F;
}
</style>
border-color css
<style>
span { border-color: #71647F; }
span { border-color: rgb(113,100,127); }
td.TdClassName
{
border-color: #71647F;
}
.TagClassName
{
border-color: #71647F;
}
</style>