Shades of Mamba #70667E
Tints of Mamba #70667E
RGB
CMYK
RGB Variations
Color information
#70667E (or 0x70667E) is known color: Mamba. HEX triplet: 70, 66 and 7E. RGB value is (112,102,126). Sum of RGB (Red+Green+Blue) = 112+102+126=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 126 - color contains mainly: blue. Hex color #70667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70667E is #8F9981. Grayscale: #6B6B6B. Windows color (decimal): -9410946 or 8283760. OLE color: 8283760.
HSL color Cylindrical-coordinate representation of color #70667E: hue angle of 265º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70667E is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 102 | 126 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.51 |
| HSL | 265º | 0.11% | 0.45% | - |
| HSV(B) | 265º | 0.19% | 0.49% | - |
| XYZ | 15.2 | 14.45 | 21.73 | - |
| YUV | 107.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 126 | 0.11 | 0.19 | 0 | 0.51 | 265 | 0.11 | 0.45 |
| Hex | 70 | 66 | 7E | B | 13 | 0 | 33 | 109 | B | 2D |
| Octal | 160 | 146 | 176 | 13 | 23 | 0 | 63 | 411 | 13 | 55 |
| Binary | 1110000 | 1100110 | 1111110 | 1011 | 10011 | 0 | 110011 | 100001001 | 1011 | 101101 |
Color Harmonies of #70667E
Complementary color
Monochromatic Colors of #70667E
Black with #70667E
Text Example
Text Example
White with #70667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70667E; }
p { color: rgb(112,102,126); }
H1.HeaderClassName
{
color: #70667E;
}
.AnyTagClassName
{
color: #70667E;
}
</style>
background-color css
<style>
a { background-color: #70667E; }
a { background-color: rgb(112,102,126); }
div.DivClassName
{
background-color: #70667E;
}
.BgClassName
{
background-color: #70667E;
}
</style>
border-color css
<style>
span { border-color: #70667E; }
span { border-color: rgb(112,102,126); }
td.TdClassName
{
border-color: #70667E;
}
.TagClassName
{
border-color: #70667E;
}
</style>