Shades of Mamba #776389
Tints of Mamba #776389
RGB
CMYK
RGB Variations
Color information
#776389 (or 0x776389) is known color: Mamba. HEX triplet: 77, 63 and 89. RGB value is (119,99,137). Sum of RGB (Red+Green+Blue) = 119+99+137=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #776389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776389 is #889C76. Grayscale: #6D6D6D. Windows color (decimal): -8952951 or 9003895. OLE color: 9003895.
HSL color Cylindrical-coordinate representation of color #776389: hue angle of 271.58º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #776389 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 99 | 137 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.46 |
| HSL | 271.58º | 0.16% | 0.46% | - |
| HSV(B) | 271.58º | 0.28% | 0.54% | - |
| XYZ | 16.58 | 14.65 | 25.62 | - |
| YUV | 109.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 137 | 0.13 | 0.28 | 0 | 0.46 | 271.58 | 0.16 | 0.46 |
| Hex | 77 | 63 | 89 | D | 1C | 0 | 2E | 110 | 10 | 2E |
| Octal | 167 | 143 | 211 | 15 | 34 | 0 | 56 | 420 | 20 | 56 |
| Binary | 1110111 | 1100011 | 10001001 | 1101 | 11100 | 0 | 101110 | 100010000 | 10000 | 101110 |
Color Harmonies of #776389
Complementary color
Monochromatic Colors of #776389
Black with #776389
Text Example
Text Example
White with #776389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776389; }
p { color: rgb(119,99,137); }
H1.HeaderClassName
{
color: #776389;
}
.AnyTagClassName
{
color: #776389;
}
</style>
background-color css
<style>
a { background-color: #776389; }
a { background-color: rgb(119,99,137); }
div.DivClassName
{
background-color: #776389;
}
.BgClassName
{
background-color: #776389;
}
</style>
border-color css
<style>
span { border-color: #776389; }
span { border-color: rgb(119,99,137); }
td.TdClassName
{
border-color: #776389;
}
.TagClassName
{
border-color: #776389;
}
</style>