Shades of Mamba #71657B
Tints of Mamba #71657B
RGB
CMYK
RGB Variations
Color information
#71657B (or 0x71657B) is known color: Mamba. HEX triplet: 71, 65 and 7B. RGB value is (113,101,123). Sum of RGB (Red+Green+Blue) = 113+101+123=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #71657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71657B is #8E9A84. Grayscale: #6B6B6B. Windows color (decimal): -9345669 or 8086897. OLE color: 8086897.
HSL color Cylindrical-coordinate representation of color #71657B: hue angle of 272.73º 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 #71657B is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 101 | 123 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.52 |
| HSL | 272.73º | 0.1% | 0.44% | - |
| HSV(B) | 272.73º | 0.18% | 0.48% | - |
| XYZ | 15.04 | 14.25 | 20.7 | - |
| YUV | 107.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 101 | 123 | 0.08 | 0.18 | 0 | 0.52 | 272.73 | 0.1 | 0.44 |
| Hex | 71 | 65 | 7B | 8 | 12 | 0 | 34 | 111 | A | 2C |
| Octal | 161 | 145 | 173 | 10 | 22 | 0 | 64 | 421 | 12 | 54 |
| Binary | 1110001 | 1100101 | 1111011 | 1000 | 10010 | 0 | 110100 | 100010001 | 1010 | 101100 |
Color Harmonies of #71657B
Complementary color
Monochromatic Colors of #71657B
Black with #71657B
Text Example
Text Example
White with #71657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71657B; }
p { color: rgb(113,101,123); }
H1.HeaderClassName
{
color: #71657B;
}
.AnyTagClassName
{
color: #71657B;
}
</style>
background-color css
<style>
a { background-color: #71657B; }
a { background-color: rgb(113,101,123); }
div.DivClassName
{
background-color: #71657B;
}
.BgClassName
{
background-color: #71657B;
}
</style>
border-color css
<style>
span { border-color: #71657B; }
span { border-color: rgb(113,101,123); }
td.TdClassName
{
border-color: #71657B;
}
.TagClassName
{
border-color: #71657B;
}
</style>