Shades of Mamba #70617D
Tints of Mamba #70617D
RGB
CMYK
RGB Variations
Color information
#70617D (or 0x70617D) is known color: Mamba. HEX triplet: 70, 61 and 7D. RGB value is (112,97,125). Sum of RGB (Red+Green+Blue) = 112+97+125=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #70617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70617D is #8F9E82. Grayscale: #686868. Windows color (decimal): -9412227 or 8216944. OLE color: 8216944.
HSL color Cylindrical-coordinate representation of color #70617D: hue angle of 272.14º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70617D is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 97 | 125 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.51 |
| HSL | 272.14º | 0.13% | 0.44% | - |
| HSV(B) | 272.14º | 0.22% | 0.49% | - |
| XYZ | 14.66 | 13.47 | 21.23 | - |
| YUV | 104.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 125 | 0.10 | 0.22 | 0 | 0.51 | 272.14 | 0.13 | 0.44 |
| Hex | 70 | 61 | 7D | A | 16 | 0 | 33 | 110 | D | 2C |
| Octal | 160 | 141 | 175 | 12 | 26 | 0 | 63 | 420 | 15 | 54 |
| Binary | 1110000 | 1100001 | 1111101 | 1010 | 10110 | 0 | 110011 | 100010000 | 1101 | 101100 |
Color Harmonies of #70617D
Complementary color
Monochromatic Colors of #70617D
Black with #70617D
Text Example
Text Example
White with #70617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70617D; }
p { color: rgb(112,97,125); }
H1.HeaderClassName
{
color: #70617D;
}
.AnyTagClassName
{
color: #70617D;
}
</style>
background-color css
<style>
a { background-color: #70617D; }
a { background-color: rgb(112,97,125); }
div.DivClassName
{
background-color: #70617D;
}
.BgClassName
{
background-color: #70617D;
}
</style>
border-color css
<style>
span { border-color: #70617D; }
span { border-color: rgb(112,97,125); }
td.TdClassName
{
border-color: #70617D;
}
.TagClassName
{
border-color: #70617D;
}
</style>