Shades of Mamba #77707B
Tints of Mamba #77707B
RGB
CMYK
RGB Variations
Color information
#77707B (or 0x77707B) is known color: Mamba. HEX triplet: 77, 70 and 7B. RGB value is (119,112,123). Sum of RGB (Red+Green+Blue) = 119+112+123=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 123 - color contains mainly: blue. Hex color #77707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77707B is #888F84. Grayscale: #737373. Windows color (decimal): -8949637 or 8089719. OLE color: 8089719.
HSL color Cylindrical-coordinate representation of color #77707B: hue angle of 278.18º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #77707B is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 112 | 123 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.52 |
| HSL | 278.18º | 0.05% | 0.46% | - |
| HSV(B) | 278.18º | 0.09% | 0.48% | - |
| XYZ | 16.98 | 16.94 | 21.11 | - |
| YUV | 115.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 123 | 0.03 | 0.09 | 0 | 0.52 | 278.18 | 0.05 | 0.46 |
| Hex | 77 | 70 | 7B | 3 | 9 | 0 | 34 | 116 | 5 | 2E |
| Octal | 167 | 160 | 173 | 3 | 11 | 0 | 64 | 426 | 5 | 56 |
| Binary | 1110111 | 1110000 | 1111011 | 11 | 1001 | 0 | 110100 | 100010110 | 101 | 101110 |
Color Harmonies of #77707B
Complementary color
Monochromatic Colors of #77707B
Black with #77707B
Text Example
Text Example
White with #77707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77707B; }
p { color: rgb(119,112,123); }
H1.HeaderClassName
{
color: #77707B;
}
.AnyTagClassName
{
color: #77707B;
}
</style>
background-color css
<style>
a { background-color: #77707B; }
a { background-color: rgb(119,112,123); }
div.DivClassName
{
background-color: #77707B;
}
.BgClassName
{
background-color: #77707B;
}
</style>
border-color css
<style>
span { border-color: #77707B; }
span { border-color: rgb(119,112,123); }
td.TdClassName
{
border-color: #77707B;
}
.TagClassName
{
border-color: #77707B;
}
</style>