Shades of Mamba #70647E
Tints of Mamba #70647E
RGB
CMYK
RGB Variations
Color information
#70647E (or 0x70647E) is known color: Mamba. HEX triplet: 70, 64 and 7E. RGB value is (112,100,126). Sum of RGB (Red+Green+Blue) = 112+100+126=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 126 - color contains mainly: blue. Hex color #70647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70647E is #8F9B81. Grayscale: #6A6A6A. Windows color (decimal): -9411458 or 8283248. OLE color: 8283248.
HSL color Cylindrical-coordinate representation of color #70647E: hue angle of 267.69º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70647E is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 100 | 126 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.51 |
| HSL | 267.69º | 0.12% | 0.44% | - |
| HSV(B) | 267.69º | 0.21% | 0.49% | - |
| XYZ | 15.01 | 14.07 | 21.66 | - |
| YUV | 106.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 126 | 0.11 | 0.21 | 0 | 0.51 | 267.69 | 0.12 | 0.44 |
| Hex | 70 | 64 | 7E | B | 15 | 0 | 33 | 10C | C | 2C |
| Octal | 160 | 144 | 176 | 13 | 25 | 0 | 63 | 414 | 14 | 54 |
| Binary | 1110000 | 1100100 | 1111110 | 1011 | 10101 | 0 | 110011 | 100001100 | 1100 | 101100 |
Color Harmonies of #70647E
Complementary color
Monochromatic Colors of #70647E
Black with #70647E
Text Example
Text Example
White with #70647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70647E; }
p { color: rgb(112,100,126); }
H1.HeaderClassName
{
color: #70647E;
}
.AnyTagClassName
{
color: #70647E;
}
</style>
background-color css
<style>
a { background-color: #70647E; }
a { background-color: rgb(112,100,126); }
div.DivClassName
{
background-color: #70647E;
}
.BgClassName
{
background-color: #70647E;
}
</style>
border-color css
<style>
span { border-color: #70647E; }
span { border-color: rgb(112,100,126); }
td.TdClassName
{
border-color: #70647E;
}
.TagClassName
{
border-color: #70647E;
}
</style>