Shades of Mamba #716B77
Tints of Mamba #716B77
RGB
CMYK
RGB Variations
Color information
#716B77 (or 0x716B77) is known color: Mamba. HEX triplet: 71, 6B and 77. RGB value is (113,107,119). Sum of RGB (Red+Green+Blue) = 113+107+119=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: blue. Hex color #716B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B77 is #8E9488. Grayscale: #6E6E6E. Windows color (decimal): -9344137 or 7826289. OLE color: 7826289.
HSL color Cylindrical-coordinate representation of color #716B77: hue angle of 270º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #716B77 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 107 | 119 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.53 |
| HSL | 270º | 0.05% | 0.44% | - |
| HSV(B) | 270º | 0.1% | 0.47% | - |
| XYZ | 15.4 | 15.36 | 19.61 | - |
| YUV | 110.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 119 | 0.05 | 0.10 | 0 | 0.53 | 270 | 0.05 | 0.44 |
| Hex | 71 | 6B | 77 | 5 | A | 0 | 35 | 10E | 5 | 2C |
| Octal | 161 | 153 | 167 | 5 | 12 | 0 | 65 | 416 | 5 | 54 |
| Binary | 1110001 | 1101011 | 1110111 | 101 | 1010 | 0 | 110101 | 100001110 | 101 | 101100 |
Color Harmonies of #716B77
Complementary color
Monochromatic Colors of #716B77
Black with #716B77
Text Example
Text Example
White with #716B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B77; }
p { color: rgb(113,107,119); }
H1.HeaderClassName
{
color: #716B77;
}
.AnyTagClassName
{
color: #716B77;
}
</style>
background-color css
<style>
a { background-color: #716B77; }
a { background-color: rgb(113,107,119); }
div.DivClassName
{
background-color: #716B77;
}
.BgClassName
{
background-color: #716B77;
}
</style>
border-color css
<style>
span { border-color: #716B77; }
span { border-color: rgb(113,107,119); }
td.TdClassName
{
border-color: #716B77;
}
.TagClassName
{
border-color: #716B77;
}
</style>