Shades of Mamba #706479
Tints of Mamba #706479
RGB
CMYK
RGB Variations
Color information
#706479 (or 0x706479) is known color: Mamba. HEX triplet: 70, 64 and 79. RGB value is (112,100,121). Sum of RGB (Red+Green+Blue) = 112+100+121=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 121 - color contains mainly: blue. Hex color #706479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706479 is #8F9B86. Grayscale: #696969. Windows color (decimal): -9411463 or 7955568. OLE color: 7955568.
HSL color Cylindrical-coordinate representation of color #706479: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #706479 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 100 | 121 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.53 |
| HSL | 274.29º | 0.1% | 0.43% | - |
| HSV(B) | 274.29º | 0.17% | 0.47% | - |
| XYZ | 14.69 | 13.94 | 20.01 | - |
| YUV | 105.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 121 | 0.07 | 0.17 | 0 | 0.53 | 274.29 | 0.1 | 0.43 |
| Hex | 70 | 64 | 79 | 7 | 11 | 0 | 35 | 112 | A | 2B |
| Octal | 160 | 144 | 171 | 7 | 21 | 0 | 65 | 422 | 12 | 53 |
| Binary | 1110000 | 1100100 | 1111001 | 111 | 10001 | 0 | 110101 | 100010010 | 1010 | 101011 |
Color Harmonies of #706479
Complementary color
Monochromatic Colors of #706479
Black with #706479
Text Example
Text Example
White with #706479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706479; }
p { color: rgb(112,100,121); }
H1.HeaderClassName
{
color: #706479;
}
.AnyTagClassName
{
color: #706479;
}
</style>
background-color css
<style>
a { background-color: #706479; }
a { background-color: rgb(112,100,121); }
div.DivClassName
{
background-color: #706479;
}
.BgClassName
{
background-color: #706479;
}
</style>
border-color css
<style>
span { border-color: #706479; }
span { border-color: rgb(112,100,121); }
td.TdClassName
{
border-color: #706479;
}
.TagClassName
{
border-color: #706479;
}
</style>