Shades of Mamba #71637F
Tints of Mamba #71637F
RGB
CMYK
RGB Variations
Color information
#71637F (or 0x71637F) is known color: Mamba. HEX triplet: 71, 63 and 7F. RGB value is (113,99,127). Sum of RGB (Red+Green+Blue) = 113+99+127=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #71637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71637F is #8E9C80. Grayscale: #6A6A6A. Windows color (decimal): -9346177 or 8348529. OLE color: 8348529.
HSL color Cylindrical-coordinate representation of color #71637F: hue angle of 270º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71637F is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 99 | 127 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.50 |
| HSL | 270º | 0.12% | 0.44% | - |
| HSV(B) | 270º | 0.22% | 0.5% | - |
| XYZ | 15.1 | 13.97 | 21.98 | - |
| YUV | 106.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 127 | 0.11 | 0.22 | 0 | 0.50 | 270 | 0.12 | 0.44 |
| Hex | 71 | 63 | 7F | B | 16 | 0 | 32 | 10E | C | 2C |
| Octal | 161 | 143 | 177 | 13 | 26 | 0 | 62 | 416 | 14 | 54 |
| Binary | 1110001 | 1100011 | 1111111 | 1011 | 10110 | 0 | 110010 | 100001110 | 1100 | 101100 |
Color Harmonies of #71637F
Complementary color
Monochromatic Colors of #71637F
Black with #71637F
Text Example
Text Example
White with #71637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71637F; }
p { color: rgb(113,99,127); }
H1.HeaderClassName
{
color: #71637F;
}
.AnyTagClassName
{
color: #71637F;
}
</style>
background-color css
<style>
a { background-color: #71637F; }
a { background-color: rgb(113,99,127); }
div.DivClassName
{
background-color: #71637F;
}
.BgClassName
{
background-color: #71637F;
}
</style>
border-color css
<style>
span { border-color: #71637F; }
span { border-color: rgb(113,99,127); }
td.TdClassName
{
border-color: #71637F;
}
.TagClassName
{
border-color: #71637F;
}
</style>