Shades of Mamba #70637D
Tints of Mamba #70637D
RGB
CMYK
RGB Variations
Color information
#70637D (or 0x70637D) is known color: Mamba. HEX triplet: 70, 63 and 7D. RGB value is (112,99,125). Sum of RGB (Red+Green+Blue) = 112+99+125=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 125 - color contains mainly: blue. Hex color #70637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70637D is #8F9C82. Grayscale: #696969. Windows color (decimal): -9411715 or 8217456. OLE color: 8217456.
HSL color Cylindrical-coordinate representation of color #70637D: hue angle of 270º 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 #70637D is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 99 | 125 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.51 |
| HSL | 270º | 0.12% | 0.44% | - |
| HSV(B) | 270º | 0.21% | 0.49% | - |
| XYZ | 14.85 | 13.85 | 21.29 | - |
| YUV | 105.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 125 | 0.10 | 0.21 | 0 | 0.51 | 270 | 0.12 | 0.44 |
| Hex | 70 | 63 | 7D | A | 15 | 0 | 33 | 10E | C | 2C |
| Octal | 160 | 143 | 175 | 12 | 25 | 0 | 63 | 416 | 14 | 54 |
| Binary | 1110000 | 1100011 | 1111101 | 1010 | 10101 | 0 | 110011 | 100001110 | 1100 | 101100 |
Color Harmonies of #70637D
Complementary color
Monochromatic Colors of #70637D
Black with #70637D
Text Example
Text Example
White with #70637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70637D; }
p { color: rgb(112,99,125); }
H1.HeaderClassName
{
color: #70637D;
}
.AnyTagClassName
{
color: #70637D;
}
</style>
background-color css
<style>
a { background-color: #70637D; }
a { background-color: rgb(112,99,125); }
div.DivClassName
{
background-color: #70637D;
}
.BgClassName
{
background-color: #70637D;
}
</style>
border-color css
<style>
span { border-color: #70637D; }
span { border-color: rgb(112,99,125); }
td.TdClassName
{
border-color: #70637D;
}
.TagClassName
{
border-color: #70637D;
}
</style>