Shades of Mamba #776386
Tints of Mamba #776386
RGB
CMYK
RGB Variations
Color information
#776386 (or 0x776386) is known color: Mamba. HEX triplet: 77, 63 and 86. RGB value is (119,99,134). Sum of RGB (Red+Green+Blue) = 119+99+134=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 134 - color contains mainly: blue. Hex color #776386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776386 is #889C79. Grayscale: #6C6C6C. Windows color (decimal): -8952954 or 8807287. OLE color: 8807287.
HSL color Cylindrical-coordinate representation of color #776386: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #776386 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 99 | 134 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.47 |
| HSL | 274.29º | 0.15% | 0.46% | - |
| HSV(B) | 274.29º | 0.26% | 0.53% | - |
| XYZ | 16.37 | 14.57 | 24.5 | - |
| YUV | 108.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 134 | 0.11 | 0.26 | 0 | 0.47 | 274.29 | 0.15 | 0.46 |
| Hex | 77 | 63 | 86 | B | 1A | 0 | 2F | 112 | F | 2E |
| Octal | 167 | 143 | 206 | 13 | 32 | 0 | 57 | 422 | 17 | 56 |
| Binary | 1110111 | 1100011 | 10000110 | 1011 | 11010 | 0 | 101111 | 100010010 | 1111 | 101110 |
Color Harmonies of #776386
Complementary color
Monochromatic Colors of #776386
Black with #776386
Text Example
Text Example
White with #776386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776386; }
p { color: rgb(119,99,134); }
H1.HeaderClassName
{
color: #776386;
}
.AnyTagClassName
{
color: #776386;
}
</style>
background-color css
<style>
a { background-color: #776386; }
a { background-color: rgb(119,99,134); }
div.DivClassName
{
background-color: #776386;
}
.BgClassName
{
background-color: #776386;
}
</style>
border-color css
<style>
span { border-color: #776386; }
span { border-color: rgb(119,99,134); }
td.TdClassName
{
border-color: #776386;
}
.TagClassName
{
border-color: #776386;
}
</style>