Shades of Mamba #706181
Tints of Mamba #706181
RGB
CMYK
RGB Variations
Color information
#706181 (or 0x706181) is known color: Mamba. HEX triplet: 70, 61 and 81. RGB value is (112,97,129). Sum of RGB (Red+Green+Blue) = 112+97+129=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #706181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706181 is #8F9E7E. Grayscale: #696969. Windows color (decimal): -9412223 or 8479088. OLE color: 8479088.
HSL color Cylindrical-coordinate representation of color #706181: hue angle of 268.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706181 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 97 | 129 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.49 |
| HSL | 268.13º | 0.14% | 0.44% | - |
| HSV(B) | 268.13º | 0.25% | 0.51% | - |
| XYZ | 14.92 | 13.58 | 22.6 | - |
| YUV | 105.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 129 | 0.13 | 0.25 | 0 | 0.49 | 268.13 | 0.14 | 0.44 |
| Hex | 70 | 61 | 81 | D | 19 | 0 | 31 | 10C | E | 2C |
| Octal | 160 | 141 | 201 | 15 | 31 | 0 | 61 | 414 | 16 | 54 |
| Binary | 1110000 | 1100001 | 10000001 | 1101 | 11001 | 0 | 110001 | 100001100 | 1110 | 101100 |
Color Harmonies of #706181
Complementary color
Monochromatic Colors of #706181
Black with #706181
Text Example
Text Example
White with #706181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706181; }
p { color: rgb(112,97,129); }
H1.HeaderClassName
{
color: #706181;
}
.AnyTagClassName
{
color: #706181;
}
</style>
background-color css
<style>
a { background-color: #706181; }
a { background-color: rgb(112,97,129); }
div.DivClassName
{
background-color: #706181;
}
.BgClassName
{
background-color: #706181;
}
</style>
border-color css
<style>
span { border-color: #706181; }
span { border-color: rgb(112,97,129); }
td.TdClassName
{
border-color: #706181;
}
.TagClassName
{
border-color: #706181;
}
</style>