Shades of Mamba #7D6987
Tints of Mamba #7D6987
RGB
CMYK
RGB Variations
Color information
#7D6987 (or 0x7D6987) is known color: Mamba. HEX triplet: 7D, 69 and 87. RGB value is (125,105,135). Sum of RGB (Red+Green+Blue) = 125+105+135=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D6987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6987 is #829678. Grayscale: #727272. Windows color (decimal): -8558201 or 8874365. OLE color: 8874365.
HSL color Cylindrical-coordinate representation of color #7D6987: hue angle of 280º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D6987 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 105 | 135 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.47 |
| HSL | 280º | 0.13% | 0.47% | - |
| HSV(B) | 280º | 0.22% | 0.53% | - |
| XYZ | 17.88 | 16.21 | 25.11 | - |
| YUV | 114.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 135 | 0.07 | 0.22 | 0 | 0.47 | 280 | 0.13 | 0.47 |
| Hex | 7D | 69 | 87 | 7 | 16 | 0 | 2F | 118 | C | 2F |
| Octal | 175 | 151 | 207 | 7 | 26 | 0 | 57 | 430 | 14 | 57 |
| Binary | 1111101 | 1101001 | 10000111 | 111 | 10110 | 0 | 101111 | 100011000 | 1100 | 101111 |
Color Harmonies of #7D6987
Complementary color
Monochromatic Colors of #7D6987
Black with #7D6987
Text Example
Text Example
White with #7D6987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6987; }
p { color: rgb(125,105,135); }
H1.HeaderClassName
{
color: #7D6987;
}
.AnyTagClassName
{
color: #7D6987;
}
</style>
background-color css
<style>
a { background-color: #7D6987; }
a { background-color: rgb(125,105,135); }
div.DivClassName
{
background-color: #7D6987;
}
.BgClassName
{
background-color: #7D6987;
}
</style>
border-color css
<style>
span { border-color: #7D6987; }
span { border-color: rgb(125,105,135); }
td.TdClassName
{
border-color: #7D6987;
}
.TagClassName
{
border-color: #7D6987;
}
</style>