Shades of Mamba #71647A
Tints of Mamba #71647A
RGB
CMYK
RGB Variations
Color information
#71647A (or 0x71647A) is known color: Mamba. HEX triplet: 71, 64 and 7A. RGB value is (113,100,122). Sum of RGB (Red+Green+Blue) = 113+100+122=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #71647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71647A is #8E9B85. Grayscale: #6A6A6A. Windows color (decimal): -9345926 or 8021105. OLE color: 8021105.
HSL color Cylindrical-coordinate representation of color #71647A: hue angle of 275.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71647A is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 100 | 122 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.52 |
| HSL | 275.45º | 0.1% | 0.44% | - |
| HSV(B) | 275.45º | 0.18% | 0.48% | - |
| XYZ | 14.88 | 14.03 | 20.34 | - |
| YUV | 106.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 122 | 0.07 | 0.18 | 0 | 0.52 | 275.45 | 0.1 | 0.44 |
| Hex | 71 | 64 | 7A | 7 | 12 | 0 | 34 | 113 | A | 2C |
| Octal | 161 | 144 | 172 | 7 | 22 | 0 | 64 | 423 | 12 | 54 |
| Binary | 1110001 | 1100100 | 1111010 | 111 | 10010 | 0 | 110100 | 100010011 | 1010 | 101100 |
Color Harmonies of #71647A
Complementary color
Monochromatic Colors of #71647A
Black with #71647A
Text Example
Text Example
White with #71647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71647A; }
p { color: rgb(113,100,122); }
H1.HeaderClassName
{
color: #71647A;
}
.AnyTagClassName
{
color: #71647A;
}
</style>
background-color css
<style>
a { background-color: #71647A; }
a { background-color: rgb(113,100,122); }
div.DivClassName
{
background-color: #71647A;
}
.BgClassName
{
background-color: #71647A;
}
</style>
border-color css
<style>
span { border-color: #71647A; }
span { border-color: rgb(113,100,122); }
td.TdClassName
{
border-color: #71647A;
}
.TagClassName
{
border-color: #71647A;
}
</style>