Shades of Mamba #7C6A87
Tints of Mamba #7C6A87
RGB
CMYK
RGB Variations
Color information
#7C6A87 (or 0x7C6A87) is known color: Mamba. HEX triplet: 7C, 6A and 87. RGB value is (124,106,135). Sum of RGB (Red+Green+Blue) = 124+106+135=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 106 (41.80% from 255 or 29.04% 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 #7C6A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6A87 is #839578. Grayscale: #727272. Windows color (decimal): -8623481 or 8874620. OLE color: 8874620.
HSL color Cylindrical-coordinate representation of color #7C6A87: hue angle of 277.24º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C6A87 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 106 | 135 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.47 |
| HSL | 277.24º | 0.12% | 0.47% | - |
| HSV(B) | 277.24º | 0.21% | 0.53% | - |
| XYZ | 17.84 | 16.34 | 25.14 | - |
| YUV | 114.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 135 | 0.08 | 0.21 | 0 | 0.47 | 277.24 | 0.12 | 0.47 |
| Hex | 7C | 6A | 87 | 8 | 15 | 0 | 2F | 115 | C | 2F |
| Octal | 174 | 152 | 207 | 10 | 25 | 0 | 57 | 425 | 14 | 57 |
| Binary | 1111100 | 1101010 | 10000111 | 1000 | 10101 | 0 | 101111 | 100010101 | 1100 | 101111 |
Color Harmonies of #7C6A87
Complementary color
Monochromatic Colors of #7C6A87
Black with #7C6A87
Text Example
Text Example
White with #7C6A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6A87; }
p { color: rgb(124,106,135); }
H1.HeaderClassName
{
color: #7C6A87;
}
.AnyTagClassName
{
color: #7C6A87;
}
</style>
background-color css
<style>
a { background-color: #7C6A87; }
a { background-color: rgb(124,106,135); }
div.DivClassName
{
background-color: #7C6A87;
}
.BgClassName
{
background-color: #7C6A87;
}
</style>
border-color css
<style>
span { border-color: #7C6A87; }
span { border-color: rgb(124,106,135); }
td.TdClassName
{
border-color: #7C6A87;
}
.TagClassName
{
border-color: #7C6A87;
}
</style>