Shades of Mamba #7D658E
Tints of Mamba #7D658E
RGB
CMYK
RGB Variations
Color information
#7D658E (or 0x7D658E) is known color: Mamba. HEX triplet: 7D, 65 and 8E. RGB value is (125,101,142). Sum of RGB (Red+Green+Blue) = 125+101+142=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D658E is #829A71. Grayscale: #707070. Windows color (decimal): -8559218 or 9332093. OLE color: 9332093.
HSL color Cylindrical-coordinate representation of color #7D658E: hue angle of 275.12º 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 #7D658E is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 101 | 142 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.44 |
| HSL | 275.12º | 0.17% | 0.48% | - |
| HSV(B) | 275.12º | 0.29% | 0.56% | - |
| XYZ | 17.99 | 15.62 | 27.66 | - |
| YUV | 112.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 142 | 0.12 | 0.29 | 0 | 0.44 | 275.12 | 0.17 | 0.48 |
| Hex | 7D | 65 | 8E | C | 1D | 0 | 2C | 113 | 11 | 30 |
| Octal | 175 | 145 | 216 | 14 | 35 | 0 | 54 | 423 | 21 | 60 |
| Binary | 1111101 | 1100101 | 10001110 | 1100 | 11101 | 0 | 101100 | 100010011 | 10001 | 110000 |
Color Harmonies of #7D658E
Complementary color
Monochromatic Colors of #7D658E
Black with #7D658E
Text Example
Text Example
White with #7D658E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D658E; }
p { color: rgb(125,101,142); }
H1.HeaderClassName
{
color: #7D658E;
}
.AnyTagClassName
{
color: #7D658E;
}
</style>
background-color css
<style>
a { background-color: #7D658E; }
a { background-color: rgb(125,101,142); }
div.DivClassName
{
background-color: #7D658E;
}
.BgClassName
{
background-color: #7D658E;
}
</style>
border-color css
<style>
span { border-color: #7D658E; }
span { border-color: rgb(125,101,142); }
td.TdClassName
{
border-color: #7D658E;
}
.TagClassName
{
border-color: #7D658E;
}
</style>