Shades of Mamba #776786
Tints of Mamba #776786
RGB
CMYK
RGB Variations
Color information
#776786 (or 0x776786) is known color: Mamba. HEX triplet: 77, 67 and 86. RGB value is (119,103,134). Sum of RGB (Red+Green+Blue) = 119+103+134=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #776786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776786 is #889879. Grayscale: #6F6F6F. Windows color (decimal): -8951930 or 8808311. OLE color: 8808311.
HSL color Cylindrical-coordinate representation of color #776786: hue angle of 270.97º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776786 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 103 | 134 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.47 |
| HSL | 270.97º | 0.13% | 0.46% | - |
| HSV(B) | 270.97º | 0.23% | 0.53% | - |
| XYZ | 16.76 | 15.34 | 24.63 | - |
| YUV | 111.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 134 | 0.11 | 0.23 | 0 | 0.47 | 270.97 | 0.13 | 0.46 |
| Hex | 77 | 67 | 86 | B | 17 | 0 | 2F | 10F | D | 2E |
| Octal | 167 | 147 | 206 | 13 | 27 | 0 | 57 | 417 | 15 | 56 |
| Binary | 1110111 | 1100111 | 10000110 | 1011 | 10111 | 0 | 101111 | 100001111 | 1101 | 101110 |
Color Harmonies of #776786
Complementary color
Monochromatic Colors of #776786
Black with #776786
Text Example
Text Example
White with #776786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776786; }
p { color: rgb(119,103,134); }
H1.HeaderClassName
{
color: #776786;
}
.AnyTagClassName
{
color: #776786;
}
</style>
background-color css
<style>
a { background-color: #776786; }
a { background-color: rgb(119,103,134); }
div.DivClassName
{
background-color: #776786;
}
.BgClassName
{
background-color: #776786;
}
</style>
border-color css
<style>
span { border-color: #776786; }
span { border-color: rgb(119,103,134); }
td.TdClassName
{
border-color: #776786;
}
.TagClassName
{
border-color: #776786;
}
</style>