Shades of Mamba #776485
Tints of Mamba #776485
RGB
CMYK
RGB Variations
Color information
#776485 (or 0x776485) is known color: Mamba. HEX triplet: 77, 64 and 85. RGB value is (119,100,133). Sum of RGB (Red+Green+Blue) = 119+100+133=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #776485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776485 is #889B7A. Grayscale: #6D6D6D. Windows color (decimal): -8952699 or 8742007. OLE color: 8742007.
HSL color Cylindrical-coordinate representation of color #776485: hue angle of 274.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #776485 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 100 | 133 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.48 |
| HSL | 274.55º | 0.14% | 0.46% | - |
| HSV(B) | 274.55º | 0.25% | 0.52% | - |
| XYZ | 16.4 | 14.73 | 24.17 | - |
| YUV | 109.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 133 | 0.11 | 0.25 | 0 | 0.48 | 274.55 | 0.14 | 0.46 |
| Hex | 77 | 64 | 85 | B | 19 | 0 | 30 | 113 | E | 2E |
| Octal | 167 | 144 | 205 | 13 | 31 | 0 | 60 | 423 | 16 | 56 |
| Binary | 1110111 | 1100100 | 10000101 | 1011 | 11001 | 0 | 110000 | 100010011 | 1110 | 101110 |
Color Harmonies of #776485
Complementary color
Monochromatic Colors of #776485
Black with #776485
Text Example
Text Example
White with #776485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776485; }
p { color: rgb(119,100,133); }
H1.HeaderClassName
{
color: #776485;
}
.AnyTagClassName
{
color: #776485;
}
</style>
background-color css
<style>
a { background-color: #776485; }
a { background-color: rgb(119,100,133); }
div.DivClassName
{
background-color: #776485;
}
.BgClassName
{
background-color: #776485;
}
</style>
border-color css
<style>
span { border-color: #776485; }
span { border-color: rgb(119,100,133); }
td.TdClassName
{
border-color: #776485;
}
.TagClassName
{
border-color: #776485;
}
</style>