Shades of Mamba #7D6587
Tints of Mamba #7D6587
RGB
CMYK
RGB Variations
Color information
#7D6587 (or 0x7D6587) is known color: Mamba. HEX triplet: 7D, 65 and 87. RGB value is (125,101,135). Sum of RGB (Red+Green+Blue) = 125+101+135=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D6587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6587 is #829A78. Grayscale: #6F6F6F. Windows color (decimal): -8559225 or 8873341. OLE color: 8873341.
HSL color Cylindrical-coordinate representation of color #7D6587: hue angle of 282.35º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D6587 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 101 | 135 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.47 |
| HSL | 282.35º | 0.14% | 0.46% | - |
| HSV(B) | 282.35º | 0.25% | 0.53% | - |
| XYZ | 17.48 | 15.42 | 24.98 | - |
| YUV | 112.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 135 | 0.07 | 0.25 | 0 | 0.47 | 282.35 | 0.14 | 0.46 |
| Hex | 7D | 65 | 87 | 7 | 19 | 0 | 2F | 11A | E | 2E |
| Octal | 175 | 145 | 207 | 7 | 31 | 0 | 57 | 432 | 16 | 56 |
| Binary | 1111101 | 1100101 | 10000111 | 111 | 11001 | 0 | 101111 | 100011010 | 1110 | 101110 |
Color Harmonies of #7D6587
Complementary color
Monochromatic Colors of #7D6587
Black with #7D6587
Text Example
Text Example
White with #7D6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6587; }
p { color: rgb(125,101,135); }
H1.HeaderClassName
{
color: #7D6587;
}
.AnyTagClassName
{
color: #7D6587;
}
</style>
background-color css
<style>
a { background-color: #7D6587; }
a { background-color: rgb(125,101,135); }
div.DivClassName
{
background-color: #7D6587;
}
.BgClassName
{
background-color: #7D6587;
}
</style>
border-color css
<style>
span { border-color: #7D6587; }
span { border-color: rgb(125,101,135); }
td.TdClassName
{
border-color: #7D6587;
}
.TagClassName
{
border-color: #7D6587;
}
</style>