Shades of Mamba #77707D
Tints of Mamba #77707D
RGB
CMYK
RGB Variations
Color information
#77707D (or 0x77707D) is known color: Mamba. HEX triplet: 77, 70 and 7D. RGB value is (119,112,125). Sum of RGB (Red+Green+Blue) = 119+112+125=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 125 - color contains mainly: blue. Hex color #77707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77707D is #888F82. Grayscale: #737373. Windows color (decimal): -8949635 or 8220791. OLE color: 8220791.
HSL color Cylindrical-coordinate representation of color #77707D: hue angle of 272.31º 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 #77707D is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 112 | 125 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.51 |
| HSL | 272.31º | 0.05% | 0.46% | - |
| HSV(B) | 272.31º | 0.1% | 0.49% | - |
| XYZ | 17.1 | 16.99 | 21.78 | - |
| YUV | 115.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 125 | 0.05 | 0.10 | 0 | 0.51 | 272.31 | 0.05 | 0.46 |
| Hex | 77 | 70 | 7D | 5 | A | 0 | 33 | 110 | 5 | 2E |
| Octal | 167 | 160 | 175 | 5 | 12 | 0 | 63 | 420 | 5 | 56 |
| Binary | 1110111 | 1110000 | 1111101 | 101 | 1010 | 0 | 110011 | 100010000 | 101 | 101110 |
Color Harmonies of #77707D
Complementary color
Monochromatic Colors of #77707D
Black with #77707D
Text Example
Text Example
White with #77707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77707D; }
p { color: rgb(119,112,125); }
H1.HeaderClassName
{
color: #77707D;
}
.AnyTagClassName
{
color: #77707D;
}
</style>
background-color css
<style>
a { background-color: #77707D; }
a { background-color: rgb(119,112,125); }
div.DivClassName
{
background-color: #77707D;
}
.BgClassName
{
background-color: #77707D;
}
</style>
border-color css
<style>
span { border-color: #77707D; }
span { border-color: rgb(119,112,125); }
td.TdClassName
{
border-color: #77707D;
}
.TagClassName
{
border-color: #77707D;
}
</style>