Shades of Mamba #776C85
Tints of Mamba #776C85
RGB
CMYK
RGB Variations
Color information
#776C85 (or 0x776C85) is known color: Mamba. HEX triplet: 77, 6C and 85. RGB value is (119,108,133). Sum of RGB (Red+Green+Blue) = 119+108+133=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #776C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C85 is #88937A. Grayscale: #727272. Windows color (decimal): -8950651 or 8744055. OLE color: 8744055.
HSL color Cylindrical-coordinate representation of color #776C85: hue angle of 266.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #776C85 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 108 | 133 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.48 |
| HSL | 266.4º | 0.1% | 0.47% | - |
| HSV(B) | 266.4º | 0.19% | 0.52% | - |
| XYZ | 17.2 | 16.34 | 24.44 | - |
| YUV | 114.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 133 | 0.11 | 0.19 | 0 | 0.48 | 266.4 | 0.1 | 0.47 |
| Hex | 77 | 6C | 85 | B | 13 | 0 | 30 | 10A | A | 2F |
| Octal | 167 | 154 | 205 | 13 | 23 | 0 | 60 | 412 | 12 | 57 |
| Binary | 1110111 | 1101100 | 10000101 | 1011 | 10011 | 0 | 110000 | 100001010 | 1010 | 101111 |
Color Harmonies of #776C85
Complementary color
Monochromatic Colors of #776C85
Black with #776C85
Text Example
Text Example
White with #776C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C85; }
p { color: rgb(119,108,133); }
H1.HeaderClassName
{
color: #776C85;
}
.AnyTagClassName
{
color: #776C85;
}
</style>
background-color css
<style>
a { background-color: #776C85; }
a { background-color: rgb(119,108,133); }
div.DivClassName
{
background-color: #776C85;
}
.BgClassName
{
background-color: #776C85;
}
</style>
border-color css
<style>
span { border-color: #776C85; }
span { border-color: rgb(119,108,133); }
td.TdClassName
{
border-color: #776C85;
}
.TagClassName
{
border-color: #776C85;
}
</style>