Shades of Mamba #776A89
Tints of Mamba #776A89
RGB
CMYK
RGB Variations
Color information
#776A89 (or 0x776A89) is known color: Mamba. HEX triplet: 77, 6A and 89. RGB value is (119,106,137). Sum of RGB (Red+Green+Blue) = 119+106+137=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #776A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776A89 is #889576. Grayscale: #717171. Windows color (decimal): -8951159 or 9005687. OLE color: 9005687.
HSL color Cylindrical-coordinate representation of color #776A89: hue angle of 265.16º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776A89 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 106 | 137 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.46 |
| HSL | 265.16º | 0.13% | 0.48% | - |
| HSV(B) | 265.16º | 0.23% | 0.54% | - |
| XYZ | 17.28 | 16.04 | 25.85 | - |
| YUV | 113.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 137 | 0.13 | 0.23 | 0 | 0.46 | 265.16 | 0.13 | 0.48 |
| Hex | 77 | 6A | 89 | D | 17 | 0 | 2E | 109 | D | 30 |
| Octal | 167 | 152 | 211 | 15 | 27 | 0 | 56 | 411 | 15 | 60 |
| Binary | 1110111 | 1101010 | 10001001 | 1101 | 10111 | 0 | 101110 | 100001001 | 1101 | 110000 |
Color Harmonies of #776A89
Complementary color
Monochromatic Colors of #776A89
Black with #776A89
Text Example
Text Example
White with #776A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A89; }
p { color: rgb(119,106,137); }
H1.HeaderClassName
{
color: #776A89;
}
.AnyTagClassName
{
color: #776A89;
}
</style>
background-color css
<style>
a { background-color: #776A89; }
a { background-color: rgb(119,106,137); }
div.DivClassName
{
background-color: #776A89;
}
.BgClassName
{
background-color: #776A89;
}
</style>
border-color css
<style>
span { border-color: #776A89; }
span { border-color: rgb(119,106,137); }
td.TdClassName
{
border-color: #776A89;
}
.TagClassName
{
border-color: #776A89;
}
</style>