Shades of Mamba #705E80
Tints of Mamba #705E80
RGB
CMYK
RGB Variations
Color information
#705E80 (or 0x705E80) is known color: Mamba. HEX triplet: 70, 5E and 80. RGB value is (112,94,128). Sum of RGB (Red+Green+Blue) = 112+94+128=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #705E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705E80 is #8FA17F. Grayscale: #676767. Windows color (decimal): -9412992 or 8412784. OLE color: 8412784.
HSL color Cylindrical-coordinate representation of color #705E80: hue angle of 271.76º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705E80 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 94 | 128 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.50 |
| HSL | 271.76º | 0.15% | 0.44% | - |
| HSV(B) | 271.76º | 0.27% | 0.5% | - |
| XYZ | 14.58 | 13.01 | 22.16 | - |
| YUV | 103.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 128 | 0.12 | 0.27 | 0 | 0.50 | 271.76 | 0.15 | 0.44 |
| Hex | 70 | 5E | 80 | C | 1B | 0 | 32 | 110 | F | 2C |
| Octal | 160 | 136 | 200 | 14 | 33 | 0 | 62 | 420 | 17 | 54 |
| Binary | 1110000 | 1011110 | 10000000 | 1100 | 11011 | 0 | 110010 | 100010000 | 1111 | 101100 |
Color Harmonies of #705E80
Complementary color
Monochromatic Colors of #705E80
Black with #705E80
Text Example
Text Example
White with #705E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E80; }
p { color: rgb(112,94,128); }
H1.HeaderClassName
{
color: #705E80;
}
.AnyTagClassName
{
color: #705E80;
}
</style>
background-color css
<style>
a { background-color: #705E80; }
a { background-color: rgb(112,94,128); }
div.DivClassName
{
background-color: #705E80;
}
.BgClassName
{
background-color: #705E80;
}
</style>
border-color css
<style>
span { border-color: #705E80; }
span { border-color: rgb(112,94,128); }
td.TdClassName
{
border-color: #705E80;
}
.TagClassName
{
border-color: #705E80;
}
</style>