Shades of Mamba #776C7F
Tints of Mamba #776C7F
RGB
CMYK
RGB Variations
Color information
#776C7F (or 0x776C7F) is known color: Mamba. HEX triplet: 77, 6C and 7F. RGB value is (119,108,127). Sum of RGB (Red+Green+Blue) = 119+108+127=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #776C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C7F is #889380. Grayscale: #717171. Windows color (decimal): -8950657 or 8350839. OLE color: 8350839.
HSL color Cylindrical-coordinate representation of color #776C7F: hue angle of 274.74º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #776C7F is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 108 | 127 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.50 |
| HSL | 274.74º | 0.08% | 0.46% | - |
| HSV(B) | 274.74º | 0.15% | 0.5% | - |
| XYZ | 16.8 | 16.18 | 22.32 | - |
| YUV | 113.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 127 | 0.06 | 0.15 | 0 | 0.50 | 274.74 | 0.08 | 0.46 |
| Hex | 77 | 6C | 7F | 6 | F | 0 | 32 | 113 | 8 | 2E |
| Octal | 167 | 154 | 177 | 6 | 17 | 0 | 62 | 423 | 10 | 56 |
| Binary | 1110111 | 1101100 | 1111111 | 110 | 1111 | 0 | 110010 | 100010011 | 1000 | 101110 |
Color Harmonies of #776C7F
Complementary color
Monochromatic Colors of #776C7F
Black with #776C7F
Text Example
Text Example
White with #776C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C7F; }
p { color: rgb(119,108,127); }
H1.HeaderClassName
{
color: #776C7F;
}
.AnyTagClassName
{
color: #776C7F;
}
</style>
background-color css
<style>
a { background-color: #776C7F; }
a { background-color: rgb(119,108,127); }
div.DivClassName
{
background-color: #776C7F;
}
.BgClassName
{
background-color: #776C7F;
}
</style>
border-color css
<style>
span { border-color: #776C7F; }
span { border-color: rgb(119,108,127); }
td.TdClassName
{
border-color: #776C7F;
}
.TagClassName
{
border-color: #776C7F;
}
</style>