Shades of Mamba #776987
Tints of Mamba #776987
RGB
CMYK
RGB Variations
Color information
#776987 (or 0x776987) is known color: Mamba. HEX triplet: 77, 69 and 87. RGB value is (119,105,135). Sum of RGB (Red+Green+Blue) = 119+105+135=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: blue. Hex color #776987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776987 is #889678. Grayscale: #707070. Windows color (decimal): -8951417 or 8874359. OLE color: 8874359.
HSL color Cylindrical-coordinate representation of color #776987: hue angle of 268º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #776987 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 105 | 135 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.47 |
| HSL | 268º | 0.13% | 0.47% | - |
| HSV(B) | 268º | 0.22% | 0.53% | - |
| XYZ | 17.03 | 15.77 | 25.07 | - |
| YUV | 112.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 135 | 0.12 | 0.22 | 0 | 0.47 | 268 | 0.13 | 0.47 |
| Hex | 77 | 69 | 87 | C | 16 | 0 | 2F | 10C | C | 2F |
| Octal | 167 | 151 | 207 | 14 | 26 | 0 | 57 | 414 | 14 | 57 |
| Binary | 1110111 | 1101001 | 10000111 | 1100 | 10110 | 0 | 101111 | 100001100 | 1100 | 101111 |
Color Harmonies of #776987
Complementary color
Monochromatic Colors of #776987
Black with #776987
Text Example
Text Example
White with #776987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776987; }
p { color: rgb(119,105,135); }
H1.HeaderClassName
{
color: #776987;
}
.AnyTagClassName
{
color: #776987;
}
</style>
background-color css
<style>
a { background-color: #776987; }
a { background-color: rgb(119,105,135); }
div.DivClassName
{
background-color: #776987;
}
.BgClassName
{
background-color: #776987;
}
</style>
border-color css
<style>
span { border-color: #776987; }
span { border-color: rgb(119,105,135); }
td.TdClassName
{
border-color: #776987;
}
.TagClassName
{
border-color: #776987;
}
</style>