Shades of Mamba #706677
Tints of Mamba #706677
RGB
CMYK
RGB Variations
Color information
#706677 (or 0x706677) is known color: Mamba. HEX triplet: 70, 66 and 77. RGB value is (112,102,119). Sum of RGB (Red+Green+Blue) = 112+102+119=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #706677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706677 is #8F9988. Grayscale: #6A6A6A. Windows color (decimal): -9410953 or 7825008. OLE color: 7825008.
HSL color Cylindrical-coordinate representation of color #706677: hue angle of 275.29º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706677 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 102 | 119 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.53 |
| HSL | 275.29º | 0.08% | 0.43% | - |
| HSV(B) | 275.29º | 0.14% | 0.47% | - |
| XYZ | 14.76 | 14.28 | 19.43 | - |
| YUV | 106.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 119 | 0.06 | 0.14 | 0 | 0.53 | 275.29 | 0.08 | 0.43 |
| Hex | 70 | 66 | 77 | 6 | E | 0 | 35 | 113 | 8 | 2B |
| Octal | 160 | 146 | 167 | 6 | 16 | 0 | 65 | 423 | 10 | 53 |
| Binary | 1110000 | 1100110 | 1110111 | 110 | 1110 | 0 | 110101 | 100010011 | 1000 | 101011 |
Color Harmonies of #706677
Complementary color
Monochromatic Colors of #706677
Black with #706677
Text Example
Text Example
White with #706677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706677; }
p { color: rgb(112,102,119); }
H1.HeaderClassName
{
color: #706677;
}
.AnyTagClassName
{
color: #706677;
}
</style>
background-color css
<style>
a { background-color: #706677; }
a { background-color: rgb(112,102,119); }
div.DivClassName
{
background-color: #706677;
}
.BgClassName
{
background-color: #706677;
}
</style>
border-color css
<style>
span { border-color: #706677; }
span { border-color: rgb(112,102,119); }
td.TdClassName
{
border-color: #706677;
}
.TagClassName
{
border-color: #706677;
}
</style>