Shades of Mamba #706A75
Tints of Mamba #706A75
RGB
CMYK
RGB Variations
Color information
#706A75 (or 0x706A75) is known color: Mamba. HEX triplet: 70, 6A and 75. RGB value is (112,106,117). Sum of RGB (Red+Green+Blue) = 112+106+117=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: blue. Hex color #706A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A75 is #8F958A. Grayscale: #6D6D6D. Windows color (decimal): -9409931 or 7694960. OLE color: 7694960.
HSL color Cylindrical-coordinate representation of color #706A75: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #706A75 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 106 | 117 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.54 |
| HSL | 272.73º | 0.05% | 0.44% | - |
| HSV(B) | 272.73º | 0.09% | 0.46% | - |
| XYZ | 15.05 | 15.04 | 18.94 | - |
| YUV | 109.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 117 | 0.04 | 0.09 | 0 | 0.54 | 272.73 | 0.05 | 0.44 |
| Hex | 70 | 6A | 75 | 4 | 9 | 0 | 36 | 111 | 5 | 2C |
| Octal | 160 | 152 | 165 | 4 | 11 | 0 | 66 | 421 | 5 | 54 |
| Binary | 1110000 | 1101010 | 1110101 | 100 | 1001 | 0 | 110110 | 100010001 | 101 | 101100 |
Color Harmonies of #706A75
Complementary color
Monochromatic Colors of #706A75
Black with #706A75
Text Example
Text Example
White with #706A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A75; }
p { color: rgb(112,106,117); }
H1.HeaderClassName
{
color: #706A75;
}
.AnyTagClassName
{
color: #706A75;
}
</style>
background-color css
<style>
a { background-color: #706A75; }
a { background-color: rgb(112,106,117); }
div.DivClassName
{
background-color: #706A75;
}
.BgClassName
{
background-color: #706A75;
}
</style>
border-color css
<style>
span { border-color: #706A75; }
span { border-color: rgb(112,106,117); }
td.TdClassName
{
border-color: #706A75;
}
.TagClassName
{
border-color: #706A75;
}
</style>