Shades of Mamba #7C6B87
Tints of Mamba #7C6B87
RGB
CMYK
RGB Variations
Color information
#7C6B87 (or 0x7C6B87) is known color: Mamba. HEX triplet: 7C, 6B and 87. RGB value is (124,107,135). Sum of RGB (Red+Green+Blue) = 124+107+135=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C6B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6B87 is #839478. Grayscale: #737373. Windows color (decimal): -8623225 or 8874876. OLE color: 8874876.
HSL color Cylindrical-coordinate representation of color #7C6B87: hue angle of 276.43º 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 #7C6B87 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 107 | 135 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.47 |
| HSL | 276.43º | 0.12% | 0.47% | - |
| HSV(B) | 276.43º | 0.21% | 0.53% | - |
| XYZ | 17.94 | 16.55 | 25.17 | - |
| YUV | 115.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 135 | 0.08 | 0.21 | 0 | 0.47 | 276.43 | 0.12 | 0.47 |
| Hex | 7C | 6B | 87 | 8 | 15 | 0 | 2F | 114 | C | 2F |
| Octal | 174 | 153 | 207 | 10 | 25 | 0 | 57 | 424 | 14 | 57 |
| Binary | 1111100 | 1101011 | 10000111 | 1000 | 10101 | 0 | 101111 | 100010100 | 1100 | 101111 |
Color Harmonies of #7C6B87
Complementary color
Monochromatic Colors of #7C6B87
Black with #7C6B87
Text Example
Text Example
White with #7C6B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B87; }
p { color: rgb(124,107,135); }
H1.HeaderClassName
{
color: #7C6B87;
}
.AnyTagClassName
{
color: #7C6B87;
}
</style>
background-color css
<style>
a { background-color: #7C6B87; }
a { background-color: rgb(124,107,135); }
div.DivClassName
{
background-color: #7C6B87;
}
.BgClassName
{
background-color: #7C6B87;
}
</style>
border-color css
<style>
span { border-color: #7C6B87; }
span { border-color: rgb(124,107,135); }
td.TdClassName
{
border-color: #7C6B87;
}
.TagClassName
{
border-color: #7C6B87;
}
</style>