Shades of Mamba #77687F
Tints of Mamba #77687F
RGB
CMYK
RGB Variations
Color information
#77687F (or 0x77687F) is known color: Mamba. HEX triplet: 77, 68 and 7F. RGB value is (119,104,127). Sum of RGB (Red+Green+Blue) = 119+104+127=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #77687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77687F is #889780. Grayscale: #6F6F6F. Windows color (decimal): -8951681 or 8349815. OLE color: 8349815.
HSL color Cylindrical-coordinate representation of color #77687F: hue angle of 279.13º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77687F is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 104 | 127 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.50 |
| HSL | 279.13º | 0.1% | 0.45% | - |
| HSV(B) | 279.13º | 0.18% | 0.5% | - |
| XYZ | 16.39 | 15.35 | 22.18 | - |
| YUV | 111.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 127 | 0.06 | 0.18 | 0 | 0.50 | 279.13 | 0.1 | 0.45 |
| Hex | 77 | 68 | 7F | 6 | 12 | 0 | 32 | 117 | A | 2D |
| Octal | 167 | 150 | 177 | 6 | 22 | 0 | 62 | 427 | 12 | 55 |
| Binary | 1110111 | 1101000 | 1111111 | 110 | 10010 | 0 | 110010 | 100010111 | 1010 | 101101 |
Color Harmonies of #77687F
Complementary color
Monochromatic Colors of #77687F
Black with #77687F
Text Example
Text Example
White with #77687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77687F; }
p { color: rgb(119,104,127); }
H1.HeaderClassName
{
color: #77687F;
}
.AnyTagClassName
{
color: #77687F;
}
</style>
background-color css
<style>
a { background-color: #77687F; }
a { background-color: rgb(119,104,127); }
div.DivClassName
{
background-color: #77687F;
}
.BgClassName
{
background-color: #77687F;
}
</style>
border-color css
<style>
span { border-color: #77687F; }
span { border-color: rgb(119,104,127); }
td.TdClassName
{
border-color: #77687F;
}
.TagClassName
{
border-color: #77687F;
}
</style>