Shades of Mamba #776586
Tints of Mamba #776586
RGB
CMYK
RGB Variations
Color information
#776586 (or 0x776586) is known color: Mamba. HEX triplet: 77, 65 and 86. RGB value is (119,101,134). Sum of RGB (Red+Green+Blue) = 119+101+134=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #776586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776586 is #889A79. Grayscale: #6E6E6E. Windows color (decimal): -8952442 or 8807799. OLE color: 8807799.
HSL color Cylindrical-coordinate representation of color #776586: hue angle of 272.73º degrees, saturation: 0.14, 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 #776586 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 101 | 134 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.47 |
| HSL | 272.73º | 0.14% | 0.46% | - |
| HSV(B) | 272.73º | 0.25% | 0.53% | - |
| XYZ | 16.56 | 14.95 | 24.57 | - |
| YUV | 110.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 134 | 0.11 | 0.25 | 0 | 0.47 | 272.73 | 0.14 | 0.46 |
| Hex | 77 | 65 | 86 | B | 19 | 0 | 2F | 111 | E | 2E |
| Octal | 167 | 145 | 206 | 13 | 31 | 0 | 57 | 421 | 16 | 56 |
| Binary | 1110111 | 1100101 | 10000110 | 1011 | 11001 | 0 | 101111 | 100010001 | 1110 | 101110 |
Color Harmonies of #776586
Complementary color
Monochromatic Colors of #776586
Black with #776586
Text Example
Text Example
White with #776586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776586; }
p { color: rgb(119,101,134); }
H1.HeaderClassName
{
color: #776586;
}
.AnyTagClassName
{
color: #776586;
}
</style>
background-color css
<style>
a { background-color: #776586; }
a { background-color: rgb(119,101,134); }
div.DivClassName
{
background-color: #776586;
}
.BgClassName
{
background-color: #776586;
}
</style>
border-color css
<style>
span { border-color: #776586; }
span { border-color: rgb(119,101,134); }
td.TdClassName
{
border-color: #776586;
}
.TagClassName
{
border-color: #776586;
}
</style>