Shades of Mamba #776684
Tints of Mamba #776684
RGB
CMYK
RGB Variations
Color information
#776684 (or 0x776684) is known color: Mamba. HEX triplet: 77, 66 and 84. RGB value is (119,102,132). Sum of RGB (Red+Green+Blue) = 119+102+132=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #776684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776684 is #88997B. Grayscale: #6E6E6E. Windows color (decimal): -8952188 or 8676983. OLE color: 8676983.
HSL color Cylindrical-coordinate representation of color #776684: hue angle of 274º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776684 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 102 | 132 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.48 |
| HSL | 274º | 0.13% | 0.46% | - |
| HSV(B) | 274º | 0.23% | 0.52% | - |
| XYZ | 16.52 | 15.09 | 23.87 | - |
| YUV | 110.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 132 | 0.10 | 0.23 | 0 | 0.48 | 274 | 0.13 | 0.46 |
| Hex | 77 | 66 | 84 | A | 17 | 0 | 30 | 112 | D | 2E |
| Octal | 167 | 146 | 204 | 12 | 27 | 0 | 60 | 422 | 15 | 56 |
| Binary | 1110111 | 1100110 | 10000100 | 1010 | 10111 | 0 | 110000 | 100010010 | 1101 | 101110 |
Color Harmonies of #776684
Complementary color
Monochromatic Colors of #776684
Black with #776684
Text Example
Text Example
White with #776684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776684; }
p { color: rgb(119,102,132); }
H1.HeaderClassName
{
color: #776684;
}
.AnyTagClassName
{
color: #776684;
}
</style>
background-color css
<style>
a { background-color: #776684; }
a { background-color: rgb(119,102,132); }
div.DivClassName
{
background-color: #776684;
}
.BgClassName
{
background-color: #776684;
}
</style>
border-color css
<style>
span { border-color: #776684; }
span { border-color: rgb(119,102,132); }
td.TdClassName
{
border-color: #776684;
}
.TagClassName
{
border-color: #776684;
}
</style>