Shades of Mamba #7F6886
Tints of Mamba #7F6886
RGB
CMYK
RGB Variations
Color information
#7F6886 (or 0x7F6886) is known color: Mamba. HEX triplet: 7F, 68 and 86. RGB value is (127,104,134). Sum of RGB (Red+Green+Blue) = 127+104+134=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F6886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6886 is #809779. Grayscale: #727272. Windows color (decimal): -8427386 or 8808575. OLE color: 8808575.
HSL color Cylindrical-coordinate representation of color #7F6886: hue angle of 286º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F6886 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 104 | 134 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.47 |
| HSL | 286º | 0.13% | 0.47% | - |
| HSV(B) | 286º | 0.22% | 0.53% | - |
| XYZ | 18.01 | 16.13 | 24.72 | - |
| YUV | 114.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 134 | 0.05 | 0.22 | 0 | 0.47 | 286 | 0.13 | 0.47 |
| Hex | 7F | 68 | 86 | 5 | 16 | 0 | 2F | 11E | D | 2F |
| Octal | 177 | 150 | 206 | 5 | 26 | 0 | 57 | 436 | 15 | 57 |
| Binary | 1111111 | 1101000 | 10000110 | 101 | 10110 | 0 | 101111 | 100011110 | 1101 | 101111 |
Color Harmonies of #7F6886
Complementary color
Monochromatic Colors of #7F6886
Black with #7F6886
Text Example
Text Example
White with #7F6886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6886; }
p { color: rgb(127,104,134); }
H1.HeaderClassName
{
color: #7F6886;
}
.AnyTagClassName
{
color: #7F6886;
}
</style>
background-color css
<style>
a { background-color: #7F6886; }
a { background-color: rgb(127,104,134); }
div.DivClassName
{
background-color: #7F6886;
}
.BgClassName
{
background-color: #7F6886;
}
</style>
border-color css
<style>
span { border-color: #7F6886; }
span { border-color: rgb(127,104,134); }
td.TdClassName
{
border-color: #7F6886;
}
.TagClassName
{
border-color: #7F6886;
}
</style>