Shades of Mamba #7F7682
Tints of Mamba #7F7682
RGB
CMYK
RGB Variations
Color information
#7F7682 (or 0x7F7682) is known color: Mamba. HEX triplet: 7F, 76 and 82. RGB value is (127,118,130). Sum of RGB (Red+Green+Blue) = 127+118+130=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F7682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7682 is #80897D. Grayscale: #7A7A7A. Windows color (decimal): -8423806 or 8550015. OLE color: 8550015.
HSL color Cylindrical-coordinate representation of color #7F7682: hue angle of 285º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7F7682 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 118 | 130 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.49 |
| HSL | 285º | 0.05% | 0.49% | - |
| HSV(B) | 285º | 0.09% | 0.51% | - |
| XYZ | 19.26 | 19.08 | 23.79 | - |
| YUV | 122.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 130 | 0.02 | 0.09 | 0 | 0.49 | 285 | 0.05 | 0.49 |
| Hex | 7F | 76 | 82 | 2 | 9 | 0 | 31 | 11D | 5 | 31 |
| Octal | 177 | 166 | 202 | 2 | 11 | 0 | 61 | 435 | 5 | 61 |
| Binary | 1111111 | 1110110 | 10000010 | 10 | 1001 | 0 | 110001 | 100011101 | 101 | 110001 |
Color Harmonies of #7F7682
Complementary color
Monochromatic Colors of #7F7682
Black with #7F7682
Text Example
Text Example
White with #7F7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7682; }
p { color: rgb(127,118,130); }
H1.HeaderClassName
{
color: #7F7682;
}
.AnyTagClassName
{
color: #7F7682;
}
</style>
background-color css
<style>
a { background-color: #7F7682; }
a { background-color: rgb(127,118,130); }
div.DivClassName
{
background-color: #7F7682;
}
.BgClassName
{
background-color: #7F7682;
}
</style>
border-color css
<style>
span { border-color: #7F7682; }
span { border-color: rgb(127,118,130); }
td.TdClassName
{
border-color: #7F7682;
}
.TagClassName
{
border-color: #7F7682;
}
</style>