Shades of Mamba #70667D
Tints of Mamba #70667D
RGB
CMYK
RGB Variations
Color information
#70667D (or 0x70667D) is known color: Mamba. HEX triplet: 70, 66 and 7D. RGB value is (112,102,125). Sum of RGB (Red+Green+Blue) = 112+102+125=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #70667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70667D is #8F9982. Grayscale: #6B6B6B. Windows color (decimal): -9410947 or 8218224. OLE color: 8218224.
HSL color Cylindrical-coordinate representation of color #70667D: hue angle of 266.09º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70667D is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 102 | 125 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.51 |
| HSL | 266.09º | 0.1% | 0.45% | - |
| HSV(B) | 266.09º | 0.18% | 0.49% | - |
| XYZ | 15.14 | 14.43 | 21.39 | - |
| YUV | 107.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 125 | 0.10 | 0.18 | 0 | 0.51 | 266.09 | 0.1 | 0.45 |
| Hex | 70 | 66 | 7D | A | 12 | 0 | 33 | 10A | A | 2D |
| Octal | 160 | 146 | 175 | 12 | 22 | 0 | 63 | 412 | 12 | 55 |
| Binary | 1110000 | 1100110 | 1111101 | 1010 | 10010 | 0 | 110011 | 100001010 | 1010 | 101101 |
Color Harmonies of #70667D
Complementary color
Monochromatic Colors of #70667D
Black with #70667D
Text Example
Text Example
White with #70667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70667D; }
p { color: rgb(112,102,125); }
H1.HeaderClassName
{
color: #70667D;
}
.AnyTagClassName
{
color: #70667D;
}
</style>
background-color css
<style>
a { background-color: #70667D; }
a { background-color: rgb(112,102,125); }
div.DivClassName
{
background-color: #70667D;
}
.BgClassName
{
background-color: #70667D;
}
</style>
border-color css
<style>
span { border-color: #70667D; }
span { border-color: rgb(112,102,125); }
td.TdClassName
{
border-color: #70667D;
}
.TagClassName
{
border-color: #70667D;
}
</style>