Shades of Mamba #705D7F
Tints of Mamba #705D7F
RGB
CMYK
RGB Variations
Color information
#705D7F (or 0x705D7F) is known color: Mamba. HEX triplet: 70, 5D and 7F. RGB value is (112,93,127). Sum of RGB (Red+Green+Blue) = 112+93+127=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #705D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D7F is #8FA280. Grayscale: #666666. Windows color (decimal): -9413249 or 8346992. OLE color: 8346992.
HSL color Cylindrical-coordinate representation of color #705D7F: hue angle of 273.53º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705D7F is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 93 | 127 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.50 |
| HSL | 273.53º | 0.15% | 0.43% | - |
| HSV(B) | 273.53º | 0.27% | 0.5% | - |
| XYZ | 14.43 | 12.81 | 21.79 | - |
| YUV | 102.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 127 | 0.12 | 0.27 | 0 | 0.50 | 273.53 | 0.15 | 0.43 |
| Hex | 70 | 5D | 7F | C | 1B | 0 | 32 | 112 | F | 2B |
| Octal | 160 | 135 | 177 | 14 | 33 | 0 | 62 | 422 | 17 | 53 |
| Binary | 1110000 | 1011101 | 1111111 | 1100 | 11011 | 0 | 110010 | 100010010 | 1111 | 101011 |
Color Harmonies of #705D7F
Complementary color
Monochromatic Colors of #705D7F
Black with #705D7F
Text Example
Text Example
White with #705D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D7F; }
p { color: rgb(112,93,127); }
H1.HeaderClassName
{
color: #705D7F;
}
.AnyTagClassName
{
color: #705D7F;
}
</style>
background-color css
<style>
a { background-color: #705D7F; }
a { background-color: rgb(112,93,127); }
div.DivClassName
{
background-color: #705D7F;
}
.BgClassName
{
background-color: #705D7F;
}
</style>
border-color css
<style>
span { border-color: #705D7F; }
span { border-color: rgb(112,93,127); }
td.TdClassName
{
border-color: #705D7F;
}
.TagClassName
{
border-color: #705D7F;
}
</style>