Shades of Mamba #706379
Tints of Mamba #706379
RGB
CMYK
RGB Variations
Color information
#706379 (or 0x706379) is known color: Mamba. HEX triplet: 70, 63 and 79. RGB value is (112,99,121). Sum of RGB (Red+Green+Blue) = 112+99+121=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 121 - color contains mainly: blue. Hex color #706379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706379 is #8F9C86. Grayscale: #696969. Windows color (decimal): -9411719 or 7955312. OLE color: 7955312.
HSL color Cylindrical-coordinate representation of color #706379: hue angle of 275.45º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #706379 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 99 | 121 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.53 |
| HSL | 275.45º | 0.1% | 0.43% | - |
| HSV(B) | 275.45º | 0.18% | 0.47% | - |
| XYZ | 14.6 | 13.75 | 19.97 | - |
| YUV | 105.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 121 | 0.07 | 0.18 | 0 | 0.53 | 275.45 | 0.1 | 0.43 |
| Hex | 70 | 63 | 79 | 7 | 12 | 0 | 35 | 113 | A | 2B |
| Octal | 160 | 143 | 171 | 7 | 22 | 0 | 65 | 423 | 12 | 53 |
| Binary | 1110000 | 1100011 | 1111001 | 111 | 10010 | 0 | 110101 | 100010011 | 1010 | 101011 |
Color Harmonies of #706379
Complementary color
Monochromatic Colors of #706379
Black with #706379
Text Example
Text Example
White with #706379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706379; }
p { color: rgb(112,99,121); }
H1.HeaderClassName
{
color: #706379;
}
.AnyTagClassName
{
color: #706379;
}
</style>
background-color css
<style>
a { background-color: #706379; }
a { background-color: rgb(112,99,121); }
div.DivClassName
{
background-color: #706379;
}
.BgClassName
{
background-color: #706379;
}
</style>
border-color css
<style>
span { border-color: #706379; }
span { border-color: rgb(112,99,121); }
td.TdClassName
{
border-color: #706379;
}
.TagClassName
{
border-color: #706379;
}
</style>