Shades of Mamba #77707C
Tints of Mamba #77707C
RGB
CMYK
RGB Variations
Color information
#77707C (or 0x77707C) is known color: Mamba. HEX triplet: 77, 70 and 7C. RGB value is (119,112,124). Sum of RGB (Red+Green+Blue) = 119+112+124=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 124 - color contains mainly: blue. Hex color #77707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77707C is #888F83. Grayscale: #737373. Windows color (decimal): -8949636 or 8155255. OLE color: 8155255.
HSL color Cylindrical-coordinate representation of color #77707C: hue angle of 275º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #77707C is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 112 | 124 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.51 |
| HSL | 275º | 0.05% | 0.46% | - |
| HSV(B) | 275º | 0.1% | 0.49% | - |
| XYZ | 17.04 | 16.97 | 21.45 | - |
| YUV | 115.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 124 | 0.04 | 0.10 | 0 | 0.51 | 275 | 0.05 | 0.46 |
| Hex | 77 | 70 | 7C | 4 | A | 0 | 33 | 113 | 5 | 2E |
| Octal | 167 | 160 | 174 | 4 | 12 | 0 | 63 | 423 | 5 | 56 |
| Binary | 1110111 | 1110000 | 1111100 | 100 | 1010 | 0 | 110011 | 100010011 | 101 | 101110 |
Color Harmonies of #77707C
Complementary color
Monochromatic Colors of #77707C
Black with #77707C
Text Example
Text Example
White with #77707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77707C; }
p { color: rgb(119,112,124); }
H1.HeaderClassName
{
color: #77707C;
}
.AnyTagClassName
{
color: #77707C;
}
</style>
background-color css
<style>
a { background-color: #77707C; }
a { background-color: rgb(119,112,124); }
div.DivClassName
{
background-color: #77707C;
}
.BgClassName
{
background-color: #77707C;
}
</style>
border-color css
<style>
span { border-color: #77707C; }
span { border-color: rgb(119,112,124); }
td.TdClassName
{
border-color: #77707C;
}
.TagClassName
{
border-color: #77707C;
}
</style>