Shades of Mamba #7C6286
Tints of Mamba #7C6286
RGB
CMYK
RGB Variations
Color information
#7C6286 (or 0x7C6286) is known color: Mamba. HEX triplet: 7C, 62 and 86. RGB value is (124,98,134). Sum of RGB (Red+Green+Blue) = 124+98+134=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #7C6286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6286 is #839D79. Grayscale: #6D6D6D. Windows color (decimal): -8625530 or 8807036. OLE color: 8807036.
HSL color Cylindrical-coordinate representation of color #7C6286: hue angle of 283.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C6286 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 98 | 134 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.47 |
| HSL | 283.33º | 0.16% | 0.45% | - |
| HSV(B) | 283.33º | 0.27% | 0.53% | - |
| XYZ | 16.98 | 14.74 | 24.5 | - |
| YUV | 109.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 134 | 0.07 | 0.27 | 0 | 0.47 | 283.33 | 0.16 | 0.45 |
| Hex | 7C | 62 | 86 | 7 | 1B | 0 | 2F | 11B | 10 | 2D |
| Octal | 174 | 142 | 206 | 7 | 33 | 0 | 57 | 433 | 20 | 55 |
| Binary | 1111100 | 1100010 | 10000110 | 111 | 11011 | 0 | 101111 | 100011011 | 10000 | 101101 |
Color Harmonies of #7C6286
Complementary color
Monochromatic Colors of #7C6286
Black with #7C6286
Text Example
Text Example
White with #7C6286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6286; }
p { color: rgb(124,98,134); }
H1.HeaderClassName
{
color: #7C6286;
}
.AnyTagClassName
{
color: #7C6286;
}
</style>
background-color css
<style>
a { background-color: #7C6286; }
a { background-color: rgb(124,98,134); }
div.DivClassName
{
background-color: #7C6286;
}
.BgClassName
{
background-color: #7C6286;
}
</style>
border-color css
<style>
span { border-color: #7C6286; }
span { border-color: rgb(124,98,134); }
td.TdClassName
{
border-color: #7C6286;
}
.TagClassName
{
border-color: #7C6286;
}
</style>