Shades of Mamba #716A78
Tints of Mamba #716A78
RGB
CMYK
RGB Variations
Color information
#716A78 (or 0x716A78) is known color: Mamba. HEX triplet: 71, 6A and 78. RGB value is (113,106,120). Sum of RGB (Red+Green+Blue) = 113+106+120=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 120 - color contains mainly: blue. Hex color #716A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A78 is #8E9587. Grayscale: #6D6D6D. Windows color (decimal): -9344392 or 7891569. OLE color: 7891569.
HSL color Cylindrical-coordinate representation of color #716A78: hue angle of 270º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716A78 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 106 | 120 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.53 |
| HSL | 270º | 0.06% | 0.44% | - |
| HSV(B) | 270º | 0.12% | 0.47% | - |
| XYZ | 15.35 | 15.17 | 19.89 | - |
| YUV | 109.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 120 | 0.06 | 0.12 | 0 | 0.53 | 270 | 0.06 | 0.44 |
| Hex | 71 | 6A | 78 | 6 | C | 0 | 35 | 10E | 6 | 2C |
| Octal | 161 | 152 | 170 | 6 | 14 | 0 | 65 | 416 | 6 | 54 |
| Binary | 1110001 | 1101010 | 1111000 | 110 | 1100 | 0 | 110101 | 100001110 | 110 | 101100 |
Color Harmonies of #716A78
Complementary color
Monochromatic Colors of #716A78
Black with #716A78
Text Example
Text Example
White with #716A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A78; }
p { color: rgb(113,106,120); }
H1.HeaderClassName
{
color: #716A78;
}
.AnyTagClassName
{
color: #716A78;
}
</style>
background-color css
<style>
a { background-color: #716A78; }
a { background-color: rgb(113,106,120); }
div.DivClassName
{
background-color: #716A78;
}
.BgClassName
{
background-color: #716A78;
}
</style>
border-color css
<style>
span { border-color: #716A78; }
span { border-color: rgb(113,106,120); }
td.TdClassName
{
border-color: #716A78;
}
.TagClassName
{
border-color: #716A78;
}
</style>