Shades of Mamba #71627C
Tints of Mamba #71627C
RGB
CMYK
RGB Variations
Color information
#71627C (or 0x71627C) is known color: Mamba. HEX triplet: 71, 62 and 7C. RGB value is (113,98,124). Sum of RGB (Red+Green+Blue) = 113+98+124=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #71627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71627C is #8E9D83. Grayscale: #696969. Windows color (decimal): -9346436 or 8151665. OLE color: 8151665.
HSL color Cylindrical-coordinate representation of color #71627C: hue angle of 274.62º 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 #71627C is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 98 | 124 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.51 |
| HSL | 274.62º | 0.12% | 0.44% | - |
| HSV(B) | 274.62º | 0.21% | 0.49% | - |
| XYZ | 14.82 | 13.7 | 20.93 | - |
| YUV | 105.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 124 | 0.09 | 0.21 | 0 | 0.51 | 274.62 | 0.12 | 0.44 |
| Hex | 71 | 62 | 7C | 9 | 15 | 0 | 33 | 113 | C | 2C |
| Octal | 161 | 142 | 174 | 11 | 25 | 0 | 63 | 423 | 14 | 54 |
| Binary | 1110001 | 1100010 | 1111100 | 1001 | 10101 | 0 | 110011 | 100010011 | 1100 | 101100 |
Color Harmonies of #71627C
Complementary color
Monochromatic Colors of #71627C
Black with #71627C
Text Example
Text Example
White with #71627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71627C; }
p { color: rgb(113,98,124); }
H1.HeaderClassName
{
color: #71627C;
}
.AnyTagClassName
{
color: #71627C;
}
</style>
background-color css
<style>
a { background-color: #71627C; }
a { background-color: rgb(113,98,124); }
div.DivClassName
{
background-color: #71627C;
}
.BgClassName
{
background-color: #71627C;
}
</style>
border-color css
<style>
span { border-color: #71627C; }
span { border-color: rgb(113,98,124); }
td.TdClassName
{
border-color: #71627C;
}
.TagClassName
{
border-color: #71627C;
}
</style>