Shades of Mamba #7D658A
Tints of Mamba #7D658A
RGB
CMYK
RGB Variations
Color information
#7D658A (or 0x7D658A) is known color: Mamba. HEX triplet: 7D, 65 and 8A. RGB value is (125,101,138). Sum of RGB (Red+Green+Blue) = 125+101+138=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D658A is #829A75. Grayscale: #707070. Windows color (decimal): -8559222 or 9069949. OLE color: 9069949.
HSL color Cylindrical-coordinate representation of color #7D658A: hue angle of 278.92º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D658A is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 101 | 138 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.46 |
| HSL | 278.92º | 0.15% | 0.47% | - |
| HSV(B) | 278.92º | 0.27% | 0.54% | - |
| XYZ | 17.7 | 15.5 | 26.1 | - |
| YUV | 112.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 138 | 0.09 | 0.27 | 0 | 0.46 | 278.92 | 0.15 | 0.47 |
| Hex | 7D | 65 | 8A | 9 | 1B | 0 | 2E | 117 | F | 2F |
| Octal | 175 | 145 | 212 | 11 | 33 | 0 | 56 | 427 | 17 | 57 |
| Binary | 1111101 | 1100101 | 10001010 | 1001 | 11011 | 0 | 101110 | 100010111 | 1111 | 101111 |
Color Harmonies of #7D658A
Complementary color
Monochromatic Colors of #7D658A
Black with #7D658A
Text Example
Text Example
White with #7D658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D658A; }
p { color: rgb(125,101,138); }
H1.HeaderClassName
{
color: #7D658A;
}
.AnyTagClassName
{
color: #7D658A;
}
</style>
background-color css
<style>
a { background-color: #7D658A; }
a { background-color: rgb(125,101,138); }
div.DivClassName
{
background-color: #7D658A;
}
.BgClassName
{
background-color: #7D658A;
}
</style>
border-color css
<style>
span { border-color: #7D658A; }
span { border-color: rgb(125,101,138); }
td.TdClassName
{
border-color: #7D658A;
}
.TagClassName
{
border-color: #7D658A;
}
</style>