Shades of Mamba #776486
Tints of Mamba #776486
RGB
CMYK
RGB Variations
Color information
#776486 (or 0x776486) is known color: Mamba. HEX triplet: 77, 64 and 86. RGB value is (119,100,134). Sum of RGB (Red+Green+Blue) = 119+100+134=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 134 - color contains mainly: blue. Hex color #776486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776486 is #889B79. Grayscale: #6D6D6D. Windows color (decimal): -8952698 or 8807543. OLE color: 8807543.
HSL color Cylindrical-coordinate representation of color #776486: hue angle of 273.53º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #776486 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 100 | 134 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.47 |
| HSL | 273.53º | 0.15% | 0.46% | - |
| HSV(B) | 273.53º | 0.25% | 0.53% | - |
| XYZ | 16.47 | 14.76 | 24.53 | - |
| YUV | 109.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 134 | 0.11 | 0.25 | 0 | 0.47 | 273.53 | 0.15 | 0.46 |
| Hex | 77 | 64 | 86 | B | 19 | 0 | 2F | 112 | F | 2E |
| Octal | 167 | 144 | 206 | 13 | 31 | 0 | 57 | 422 | 17 | 56 |
| Binary | 1110111 | 1100100 | 10000110 | 1011 | 11001 | 0 | 101111 | 100010010 | 1111 | 101110 |
Color Harmonies of #776486
Complementary color
Monochromatic Colors of #776486
Black with #776486
Text Example
Text Example
White with #776486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776486; }
p { color: rgb(119,100,134); }
H1.HeaderClassName
{
color: #776486;
}
.AnyTagClassName
{
color: #776486;
}
</style>
background-color css
<style>
a { background-color: #776486; }
a { background-color: rgb(119,100,134); }
div.DivClassName
{
background-color: #776486;
}
.BgClassName
{
background-color: #776486;
}
</style>
border-color css
<style>
span { border-color: #776486; }
span { border-color: rgb(119,100,134); }
td.TdClassName
{
border-color: #776486;
}
.TagClassName
{
border-color: #776486;
}
</style>