Shades of Mamba #706D72
Tints of Mamba #706D72
RGB
CMYK
RGB Variations
Color information
#706D72 (or 0x706D72) is known color: Mamba. HEX triplet: 70, 6D and 72. RGB value is (112,109,114). Sum of RGB (Red+Green+Blue) = 112+109+114=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 114 - color contains mainly: blue. Hex color #706D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D72 is #8F928D. Grayscale: #6E6E6E. Windows color (decimal): -9409166 or 7499120. OLE color: 7499120.
HSL color Cylindrical-coordinate representation of color #706D72: hue angle of 276º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #706D72 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 109 | 114 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.55 |
| HSL | 276º | 0.02% | 0.44% | - |
| HSV(B) | 276º | 0.04% | 0.45% | - |
| XYZ | 15.19 | 15.6 | 18.13 | - |
| YUV | 110.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 114 | 0.02 | 0.04 | 0 | 0.55 | 276 | 0.02 | 0.44 |
| Hex | 70 | 6D | 72 | 2 | 4 | 0 | 37 | 114 | 2 | 2C |
| Octal | 160 | 155 | 162 | 2 | 4 | 0 | 67 | 424 | 2 | 54 |
| Binary | 1110000 | 1101101 | 1110010 | 10 | 100 | 0 | 110111 | 100010100 | 10 | 101100 |
Color Harmonies of #706D72
Complementary color
Monochromatic Colors of #706D72
Black with #706D72
Text Example
Text Example
White with #706D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D72; }
p { color: rgb(112,109,114); }
H1.HeaderClassName
{
color: #706D72;
}
.AnyTagClassName
{
color: #706D72;
}
</style>
background-color css
<style>
a { background-color: #706D72; }
a { background-color: rgb(112,109,114); }
div.DivClassName
{
background-color: #706D72;
}
.BgClassName
{
background-color: #706D72;
}
</style>
border-color css
<style>
span { border-color: #706D72; }
span { border-color: rgb(112,109,114); }
td.TdClassName
{
border-color: #706D72;
}
.TagClassName
{
border-color: #706D72;
}
</style>