Shades of Mamba #71647B
Tints of Mamba #71647B
RGB
CMYK
RGB Variations
Color information
#71647B (or 0x71647B) is known color: Mamba. HEX triplet: 71, 64 and 7B. RGB value is (113,100,123). Sum of RGB (Red+Green+Blue) = 113+100+123=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #71647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71647B is #8E9B84. Grayscale: #6A6A6A. Windows color (decimal): -9345925 or 8086641. OLE color: 8086641.
HSL color Cylindrical-coordinate representation of color #71647B: hue angle of 273.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71647B is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 100 | 123 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.52 |
| HSL | 273.91º | 0.1% | 0.44% | - |
| HSV(B) | 273.91º | 0.19% | 0.48% | - |
| XYZ | 14.94 | 14.06 | 20.66 | - |
| YUV | 106.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 123 | 0.08 | 0.19 | 0 | 0.52 | 273.91 | 0.1 | 0.44 |
| Hex | 71 | 64 | 7B | 8 | 13 | 0 | 34 | 112 | A | 2C |
| Octal | 161 | 144 | 173 | 10 | 23 | 0 | 64 | 422 | 12 | 54 |
| Binary | 1110001 | 1100100 | 1111011 | 1000 | 10011 | 0 | 110100 | 100010010 | 1010 | 101100 |
Color Harmonies of #71647B
Complementary color
Monochromatic Colors of #71647B
Black with #71647B
Text Example
Text Example
White with #71647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71647B; }
p { color: rgb(113,100,123); }
H1.HeaderClassName
{
color: #71647B;
}
.AnyTagClassName
{
color: #71647B;
}
</style>
background-color css
<style>
a { background-color: #71647B; }
a { background-color: rgb(113,100,123); }
div.DivClassName
{
background-color: #71647B;
}
.BgClassName
{
background-color: #71647B;
}
</style>
border-color css
<style>
span { border-color: #71647B; }
span { border-color: rgb(113,100,123); }
td.TdClassName
{
border-color: #71647B;
}
.TagClassName
{
border-color: #71647B;
}
</style>