Shades of Mamba #706876
Tints of Mamba #706876
RGB
CMYK
RGB Variations
Color information
#706876 (or 0x706876) is known color: Mamba. HEX triplet: 70, 68 and 76. RGB value is (112,104,118). Sum of RGB (Red+Green+Blue) = 112+104+118=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 118 - color contains mainly: blue. Hex color #706876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706876 is #8F9789. Grayscale: #6B6B6B. Windows color (decimal): -9410442 or 7759984. OLE color: 7759984.
HSL color Cylindrical-coordinate representation of color #706876: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706876 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 104 | 118 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.54 |
| HSL | 274.29º | 0.06% | 0.44% | - |
| HSV(B) | 274.29º | 0.12% | 0.46% | - |
| XYZ | 14.9 | 14.65 | 19.18 | - |
| YUV | 107.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 118 | 0.05 | 0.12 | 0 | 0.54 | 274.29 | 0.06 | 0.44 |
| Hex | 70 | 68 | 76 | 5 | C | 0 | 36 | 112 | 6 | 2C |
| Octal | 160 | 150 | 166 | 5 | 14 | 0 | 66 | 422 | 6 | 54 |
| Binary | 1110000 | 1101000 | 1110110 | 101 | 1100 | 0 | 110110 | 100010010 | 110 | 101100 |
Color Harmonies of #706876
Complementary color
Monochromatic Colors of #706876
Black with #706876
Text Example
Text Example
White with #706876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706876; }
p { color: rgb(112,104,118); }
H1.HeaderClassName
{
color: #706876;
}
.AnyTagClassName
{
color: #706876;
}
</style>
background-color css
<style>
a { background-color: #706876; }
a { background-color: rgb(112,104,118); }
div.DivClassName
{
background-color: #706876;
}
.BgClassName
{
background-color: #706876;
}
</style>
border-color css
<style>
span { border-color: #706876; }
span { border-color: rgb(112,104,118); }
td.TdClassName
{
border-color: #706876;
}
.TagClassName
{
border-color: #706876;
}
</style>