Shades of Mamba #776888
Tints of Mamba #776888
RGB
CMYK
RGB Variations
Color information
#776888 (or 0x776888) is known color: Mamba. HEX triplet: 77, 68 and 88. RGB value is (119,104,136). Sum of RGB (Red+Green+Blue) = 119+104+136=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: blue. Hex color #776888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776888 is #889777. Grayscale: #707070. Windows color (decimal): -8951672 or 8939639. OLE color: 8939639.
HSL color Cylindrical-coordinate representation of color #776888: hue angle of 268.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776888 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 104 | 136 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.47 |
| HSL | 268.13º | 0.13% | 0.47% | - |
| HSV(B) | 268.13º | 0.24% | 0.53% | - |
| XYZ | 17 | 15.6 | 25.41 | - |
| YUV | 112.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 136 | 0.12 | 0.24 | 0 | 0.47 | 268.13 | 0.13 | 0.47 |
| Hex | 77 | 68 | 88 | C | 18 | 0 | 2F | 10C | D | 2F |
| Octal | 167 | 150 | 210 | 14 | 30 | 0 | 57 | 414 | 15 | 57 |
| Binary | 1110111 | 1101000 | 10001000 | 1100 | 11000 | 0 | 101111 | 100001100 | 1101 | 101111 |
Color Harmonies of #776888
Complementary color
Monochromatic Colors of #776888
Black with #776888
Text Example
Text Example
White with #776888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776888; }
p { color: rgb(119,104,136); }
H1.HeaderClassName
{
color: #776888;
}
.AnyTagClassName
{
color: #776888;
}
</style>
background-color css
<style>
a { background-color: #776888; }
a { background-color: rgb(119,104,136); }
div.DivClassName
{
background-color: #776888;
}
.BgClassName
{
background-color: #776888;
}
</style>
border-color css
<style>
span { border-color: #776888; }
span { border-color: rgb(119,104,136); }
td.TdClassName
{
border-color: #776888;
}
.TagClassName
{
border-color: #776888;
}
</style>