Shades of Mamba #71637B
Tints of Mamba #71637B
RGB
CMYK
RGB Variations
Color information
#71637B (or 0x71637B) is known color: Mamba. HEX triplet: 71, 63 and 7B. RGB value is (113,99,123). Sum of RGB (Red+Green+Blue) = 113+99+123=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #71637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71637B is #8E9C84. Grayscale: #696969. Windows color (decimal): -9346181 or 8086385. OLE color: 8086385.
HSL color Cylindrical-coordinate representation of color #71637B: hue angle of 275º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71637B is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 99 | 123 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.52 |
| HSL | 275º | 0.11% | 0.44% | - |
| HSV(B) | 275º | 0.2% | 0.48% | - |
| XYZ | 14.85 | 13.86 | 20.63 | - |
| YUV | 105.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 123 | 0.08 | 0.20 | 0 | 0.52 | 275 | 0.11 | 0.44 |
| Hex | 71 | 63 | 7B | 8 | 14 | 0 | 34 | 113 | B | 2C |
| Octal | 161 | 143 | 173 | 10 | 24 | 0 | 64 | 423 | 13 | 54 |
| Binary | 1110001 | 1100011 | 1111011 | 1000 | 10100 | 0 | 110100 | 100010011 | 1011 | 101100 |
Color Harmonies of #71637B
Complementary color
Monochromatic Colors of #71637B
Black with #71637B
Text Example
Text Example
White with #71637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71637B; }
p { color: rgb(113,99,123); }
H1.HeaderClassName
{
color: #71637B;
}
.AnyTagClassName
{
color: #71637B;
}
</style>
background-color css
<style>
a { background-color: #71637B; }
a { background-color: rgb(113,99,123); }
div.DivClassName
{
background-color: #71637B;
}
.BgClassName
{
background-color: #71637B;
}
</style>
border-color css
<style>
span { border-color: #71637B; }
span { border-color: rgb(113,99,123); }
td.TdClassName
{
border-color: #71637B;
}
.TagClassName
{
border-color: #71637B;
}
</style>