Shades of Mamba #7D6288
Tints of Mamba #7D6288
RGB
CMYK
RGB Variations
Color information
#7D6288 (or 0x7D6288) is known color: Mamba. HEX triplet: 7D, 62 and 88. RGB value is (125,98,136). Sum of RGB (Red+Green+Blue) = 125+98+136=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D6288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6288 is #829D77. Grayscale: #6E6E6E. Windows color (decimal): -8559992 or 8938109. OLE color: 8938109.
HSL color Cylindrical-coordinate representation of color #7D6288: hue angle of 282.63º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D6288 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 98 | 136 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.47 |
| HSL | 282.63º | 0.16% | 0.46% | - |
| HSV(B) | 282.63º | 0.28% | 0.53% | - |
| XYZ | 17.27 | 14.87 | 25.25 | - |
| YUV | 110.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 136 | 0.08 | 0.28 | 0 | 0.47 | 282.63 | 0.16 | 0.46 |
| Hex | 7D | 62 | 88 | 8 | 1C | 0 | 2F | 11B | 10 | 2E |
| Octal | 175 | 142 | 210 | 10 | 34 | 0 | 57 | 433 | 20 | 56 |
| Binary | 1111101 | 1100010 | 10001000 | 1000 | 11100 | 0 | 101111 | 100011011 | 10000 | 101110 |
Color Harmonies of #7D6288
Complementary color
Monochromatic Colors of #7D6288
Black with #7D6288
Text Example
Text Example
White with #7D6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6288; }
p { color: rgb(125,98,136); }
H1.HeaderClassName
{
color: #7D6288;
}
.AnyTagClassName
{
color: #7D6288;
}
</style>
background-color css
<style>
a { background-color: #7D6288; }
a { background-color: rgb(125,98,136); }
div.DivClassName
{
background-color: #7D6288;
}
.BgClassName
{
background-color: #7D6288;
}
</style>
border-color css
<style>
span { border-color: #7D6288; }
span { border-color: rgb(125,98,136); }
td.TdClassName
{
border-color: #7D6288;
}
.TagClassName
{
border-color: #7D6288;
}
</style>