Shades of Mamba #7D658F
Tints of Mamba #7D658F
RGB
CMYK
RGB Variations
Color information
#7D658F (or 0x7D658F) is known color: Mamba. HEX triplet: 7D, 65 and 8F. RGB value is (125,101,143). Sum of RGB (Red+Green+Blue) = 125+101+143=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D658F is #829A70. Grayscale: #707070. Windows color (decimal): -8559217 or 9397629. OLE color: 9397629.
HSL color Cylindrical-coordinate representation of color #7D658F: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D658F is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 101 | 143 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.44 |
| HSL | 274.29º | 0.17% | 0.48% | - |
| HSV(B) | 274.29º | 0.29% | 0.56% | - |
| XYZ | 18.07 | 15.65 | 28.06 | - |
| YUV | 112.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 143 | 0.13 | 0.29 | 0 | 0.44 | 274.29 | 0.17 | 0.48 |
| Hex | 7D | 65 | 8F | D | 1D | 0 | 2C | 112 | 11 | 30 |
| Octal | 175 | 145 | 217 | 15 | 35 | 0 | 54 | 422 | 21 | 60 |
| Binary | 1111101 | 1100101 | 10001111 | 1101 | 11101 | 0 | 101100 | 100010010 | 10001 | 110000 |
Color Harmonies of #7D658F
Complementary color
Monochromatic Colors of #7D658F
Black with #7D658F
Text Example
Text Example
White with #7D658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D658F; }
p { color: rgb(125,101,143); }
H1.HeaderClassName
{
color: #7D658F;
}
.AnyTagClassName
{
color: #7D658F;
}
</style>
background-color css
<style>
a { background-color: #7D658F; }
a { background-color: rgb(125,101,143); }
div.DivClassName
{
background-color: #7D658F;
}
.BgClassName
{
background-color: #7D658F;
}
</style>
border-color css
<style>
span { border-color: #7D658F; }
span { border-color: rgb(125,101,143); }
td.TdClassName
{
border-color: #7D658F;
}
.TagClassName
{
border-color: #7D658F;
}
</style>