Shades of Mamba #7E6C89
Tints of Mamba #7E6C89
RGB
CMYK
RGB Variations
Color information
#7E6C89 (or 0x7E6C89) is known color: Mamba. HEX triplet: 7E, 6C and 89. RGB value is (126,108,137). Sum of RGB (Red+Green+Blue) = 126+108+137=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E6C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6C89 is #819376. Grayscale: #747474. Windows color (decimal): -8491895 or 9006206. OLE color: 9006206.
HSL color Cylindrical-coordinate representation of color #7E6C89: hue angle of 277.24º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E6C89 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 108 | 137 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.46 |
| HSL | 277.24º | 0.12% | 0.48% | - |
| HSV(B) | 277.24º | 0.21% | 0.54% | - |
| XYZ | 18.48 | 16.97 | 25.97 | - |
| YUV | 116.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 137 | 0.08 | 0.21 | 0 | 0.46 | 277.24 | 0.12 | 0.48 |
| Hex | 7E | 6C | 89 | 8 | 15 | 0 | 2E | 115 | C | 30 |
| Octal | 176 | 154 | 211 | 10 | 25 | 0 | 56 | 425 | 14 | 60 |
| Binary | 1111110 | 1101100 | 10001001 | 1000 | 10101 | 0 | 101110 | 100010101 | 1100 | 110000 |
Color Harmonies of #7E6C89
Complementary color
Monochromatic Colors of #7E6C89
Black with #7E6C89
Text Example
Text Example
White with #7E6C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6C89; }
p { color: rgb(126,108,137); }
H1.HeaderClassName
{
color: #7E6C89;
}
.AnyTagClassName
{
color: #7E6C89;
}
</style>
background-color css
<style>
a { background-color: #7E6C89; }
a { background-color: rgb(126,108,137); }
div.DivClassName
{
background-color: #7E6C89;
}
.BgClassName
{
background-color: #7E6C89;
}
</style>
border-color css
<style>
span { border-color: #7E6C89; }
span { border-color: rgb(126,108,137); }
td.TdClassName
{
border-color: #7E6C89;
}
.TagClassName
{
border-color: #7E6C89;
}
</style>