Shades of Mamba #7F6D8B
Tints of Mamba #7F6D8B
RGB
CMYK
RGB Variations
Color information
#7F6D8B (or 0x7F6D8B) is known color: Mamba. HEX triplet: 7F, 6D and 8B. RGB value is (127,109,139). Sum of RGB (Red+Green+Blue) = 127+109+139=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F6D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6D8B is #809274. Grayscale: #757575. Windows color (decimal): -8426101 or 9137535. OLE color: 9137535.
HSL color Cylindrical-coordinate representation of color #7F6D8B: hue angle of 276º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F6D8B is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 109 | 139 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.45 |
| HSL | 276º | 0.12% | 0.49% | - |
| HSV(B) | 276º | 0.22% | 0.55% | - |
| XYZ | 18.88 | 17.31 | 26.77 | - |
| YUV | 117.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 109 | 139 | 0.09 | 0.22 | 0 | 0.45 | 276 | 0.12 | 0.49 |
| Hex | 7F | 6D | 8B | 9 | 16 | 0 | 2D | 114 | C | 31 |
| Octal | 177 | 155 | 213 | 11 | 26 | 0 | 55 | 424 | 14 | 61 |
| Binary | 1111111 | 1101101 | 10001011 | 1001 | 10110 | 0 | 101101 | 100010100 | 1100 | 110001 |
Color Harmonies of #7F6D8B
Complementary color
Monochromatic Colors of #7F6D8B
Black with #7F6D8B
Text Example
Text Example
White with #7F6D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6D8B; }
p { color: rgb(127,109,139); }
H1.HeaderClassName
{
color: #7F6D8B;
}
.AnyTagClassName
{
color: #7F6D8B;
}
</style>
background-color css
<style>
a { background-color: #7F6D8B; }
a { background-color: rgb(127,109,139); }
div.DivClassName
{
background-color: #7F6D8B;
}
.BgClassName
{
background-color: #7F6D8B;
}
</style>
border-color css
<style>
span { border-color: #7F6D8B; }
span { border-color: rgb(127,109,139); }
td.TdClassName
{
border-color: #7F6D8B;
}
.TagClassName
{
border-color: #7F6D8B;
}
</style>