Shades of Mamba #7E6F83
Tints of Mamba #7E6F83
RGB
CMYK
RGB Variations
Color information
#7E6F83 (or 0x7E6F83) is known color: Mamba. HEX triplet: 7E, 6F and 83. RGB value is (126,111,131). Sum of RGB (Red+Green+Blue) = 126+111+131=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 131 - color contains mainly: blue. Hex color #7E6F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6F83 is #81907C. Grayscale: #757575. Windows color (decimal): -8491133 or 8613758. OLE color: 8613758.
HSL color Cylindrical-coordinate representation of color #7E6F83: hue angle of 285º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E6F83 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 111 | 131 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.49 |
| HSL | 285º | 0.08% | 0.47% | - |
| HSV(B) | 285º | 0.15% | 0.51% | - |
| XYZ | 18.39 | 17.44 | 23.87 | - |
| YUV | 117.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 131 | 0.04 | 0.15 | 0 | 0.49 | 285 | 0.08 | 0.47 |
| Hex | 7E | 6F | 83 | 4 | F | 0 | 31 | 11D | 8 | 2F |
| Octal | 176 | 157 | 203 | 4 | 17 | 0 | 61 | 435 | 10 | 57 |
| Binary | 1111110 | 1101111 | 10000011 | 100 | 1111 | 0 | 110001 | 100011101 | 1000 | 101111 |
Color Harmonies of #7E6F83
Complementary color
Monochromatic Colors of #7E6F83
Black with #7E6F83
Text Example
Text Example
White with #7E6F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6F83; }
p { color: rgb(126,111,131); }
H1.HeaderClassName
{
color: #7E6F83;
}
.AnyTagClassName
{
color: #7E6F83;
}
</style>
background-color css
<style>
a { background-color: #7E6F83; }
a { background-color: rgb(126,111,131); }
div.DivClassName
{
background-color: #7E6F83;
}
.BgClassName
{
background-color: #7E6F83;
}
</style>
border-color css
<style>
span { border-color: #7E6F83; }
span { border-color: rgb(126,111,131); }
td.TdClassName
{
border-color: #7E6F83;
}
.TagClassName
{
border-color: #7E6F83;
}
</style>