Shades of Mamba #7A767E
Tints of Mamba #7A767E
RGB
CMYK
RGB Variations
Color information
#7A767E (or 0x7A767E) is known color: Mamba. HEX triplet: 7A, 76 and 7E. RGB value is (122,118,126). Sum of RGB (Red+Green+Blue) = 122+118+126=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A767E is #858981. Grayscale: #787878. Windows color (decimal): -8751490 or 8287866. OLE color: 8287866.
HSL color Cylindrical-coordinate representation of color #7A767E: hue angle of 270º 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 #7A767E is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 118 | 126 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.51 |
| HSL | 270º | 0.03% | 0.48% | - |
| HSV(B) | 270º | 0.06% | 0.49% | - |
| XYZ | 18.27 | 18.6 | 22.37 | - |
| YUV | 120.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 126 | 0.03 | 0.06 | 0 | 0.51 | 270 | 0.03 | 0.48 |
| Hex | 7A | 76 | 7E | 3 | 6 | 0 | 33 | 10E | 3 | 30 |
| Octal | 172 | 166 | 176 | 3 | 6 | 0 | 63 | 416 | 3 | 60 |
| Binary | 1111010 | 1110110 | 1111110 | 11 | 110 | 0 | 110011 | 100001110 | 11 | 110000 |
Color Harmonies of #7A767E
Complementary color
Monochromatic Colors of #7A767E
Black with #7A767E
Text Example
Text Example
White with #7A767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A767E; }
p { color: rgb(122,118,126); }
H1.HeaderClassName
{
color: #7A767E;
}
.AnyTagClassName
{
color: #7A767E;
}
</style>
background-color css
<style>
a { background-color: #7A767E; }
a { background-color: rgb(122,118,126); }
div.DivClassName
{
background-color: #7A767E;
}
.BgClassName
{
background-color: #7A767E;
}
</style>
border-color css
<style>
span { border-color: #7A767E; }
span { border-color: rgb(122,118,126); }
td.TdClassName
{
border-color: #7A767E;
}
.TagClassName
{
border-color: #7A767E;
}
</style>