Shades of Mamba #7B777E
Tints of Mamba #7B777E
RGB
CMYK
RGB Variations
Color information
#7B777E (or 0x7B777E) is known color: Mamba. HEX triplet: 7B, 77 and 7E. RGB value is (123,119,126). Sum of RGB (Red+Green+Blue) = 123+119+126=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 126 - color contains mainly: blue. Hex color #7B777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B777E is #848881. Grayscale: #787878. Windows color (decimal): -8685698 or 8288123. OLE color: 8288123.
HSL color Cylindrical-coordinate representation of color #7B777E: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7B777E is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 119 | 126 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.51 |
| HSL | 274.29º | 0.03% | 0.48% | - |
| HSV(B) | 274.29º | 0.06% | 0.49% | - |
| XYZ | 18.53 | 18.91 | 22.41 | - |
| YUV | 120.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 126 | 0.02 | 0.06 | 0 | 0.51 | 274.29 | 0.03 | 0.48 |
| Hex | 7B | 77 | 7E | 2 | 6 | 0 | 33 | 112 | 3 | 30 |
| Octal | 173 | 167 | 176 | 2 | 6 | 0 | 63 | 422 | 3 | 60 |
| Binary | 1111011 | 1110111 | 1111110 | 10 | 110 | 0 | 110011 | 100010010 | 11 | 110000 |
Color Harmonies of #7B777E
Complementary color
Monochromatic Colors of #7B777E
Black with #7B777E
Text Example
Text Example
White with #7B777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B777E; }
p { color: rgb(123,119,126); }
H1.HeaderClassName
{
color: #7B777E;
}
.AnyTagClassName
{
color: #7B777E;
}
</style>
background-color css
<style>
a { background-color: #7B777E; }
a { background-color: rgb(123,119,126); }
div.DivClassName
{
background-color: #7B777E;
}
.BgClassName
{
background-color: #7B777E;
}
</style>
border-color css
<style>
span { border-color: #7B777E; }
span { border-color: rgb(123,119,126); }
td.TdClassName
{
border-color: #7B777E;
}
.TagClassName
{
border-color: #7B777E;
}
</style>