Shades of Mamba #7F6691
Tints of Mamba #7F6691
RGB
CMYK
RGB Variations
Color information
#7F6691 (or 0x7F6691) is known color: Mamba. HEX triplet: 7F, 66 and 91. RGB value is (127,102,145). Sum of RGB (Red+Green+Blue) = 127+102+145=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F6691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6691 is #80996E. Grayscale: #727272. Windows color (decimal): -8427887 or 9528959. OLE color: 9528959.
HSL color Cylindrical-coordinate representation of color #7F6691: hue angle of 274.88º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F6691 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 102 | 145 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.43 |
| HSL | 274.88º | 0.17% | 0.48% | - |
| HSV(B) | 274.88º | 0.3% | 0.57% | - |
| XYZ | 18.61 | 16.06 | 28.91 | - |
| YUV | 114.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 145 | 0.12 | 0.30 | 0 | 0.43 | 274.88 | 0.17 | 0.48 |
| Hex | 7F | 66 | 91 | C | 1E | 0 | 2B | 113 | 11 | 30 |
| Octal | 177 | 146 | 221 | 14 | 36 | 0 | 53 | 423 | 21 | 60 |
| Binary | 1111111 | 1100110 | 10010001 | 1100 | 11110 | 0 | 101011 | 100010011 | 10001 | 110000 |
Color Harmonies of #7F6691
Complementary color
Monochromatic Colors of #7F6691
Black with #7F6691
Text Example
Text Example
White with #7F6691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6691; }
p { color: rgb(127,102,145); }
H1.HeaderClassName
{
color: #7F6691;
}
.AnyTagClassName
{
color: #7F6691;
}
</style>
background-color css
<style>
a { background-color: #7F6691; }
a { background-color: rgb(127,102,145); }
div.DivClassName
{
background-color: #7F6691;
}
.BgClassName
{
background-color: #7F6691;
}
</style>
border-color css
<style>
span { border-color: #7F6691; }
span { border-color: rgb(127,102,145); }
td.TdClassName
{
border-color: #7F6691;
}
.TagClassName
{
border-color: #7F6691;
}
</style>