Shades of Mamba #7D6287
Tints of Mamba #7D6287
RGB
CMYK
RGB Variations
Color information
#7D6287 (or 0x7D6287) is known color: Mamba. HEX triplet: 7D, 62 and 87. RGB value is (125,98,135). Sum of RGB (Red+Green+Blue) = 125+98+135=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D6287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6287 is #829D78. Grayscale: #6E6E6E. Windows color (decimal): -8559993 or 8872573. OLE color: 8872573.
HSL color Cylindrical-coordinate representation of color #7D6287: hue angle of 283.78º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D6287 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 98 | 135 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.47 |
| HSL | 283.78º | 0.16% | 0.46% | - |
| HSV(B) | 283.78º | 0.27% | 0.53% | - |
| XYZ | 17.2 | 14.84 | 24.88 | - |
| YUV | 110.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 135 | 0.07 | 0.27 | 0 | 0.47 | 283.78 | 0.16 | 0.46 |
| Hex | 7D | 62 | 87 | 7 | 1B | 0 | 2F | 11C | 10 | 2E |
| Octal | 175 | 142 | 207 | 7 | 33 | 0 | 57 | 434 | 20 | 56 |
| Binary | 1111101 | 1100010 | 10000111 | 111 | 11011 | 0 | 101111 | 100011100 | 10000 | 101110 |
Color Harmonies of #7D6287
Complementary color
Monochromatic Colors of #7D6287
Black with #7D6287
Text Example
Text Example
White with #7D6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6287; }
p { color: rgb(125,98,135); }
H1.HeaderClassName
{
color: #7D6287;
}
.AnyTagClassName
{
color: #7D6287;
}
</style>
background-color css
<style>
a { background-color: #7D6287; }
a { background-color: rgb(125,98,135); }
div.DivClassName
{
background-color: #7D6287;
}
.BgClassName
{
background-color: #7D6287;
}
</style>
border-color css
<style>
span { border-color: #7D6287; }
span { border-color: rgb(125,98,135); }
td.TdClassName
{
border-color: #7D6287;
}
.TagClassName
{
border-color: #7D6287;
}
</style>