Shades of Mamba #7A757D
Tints of Mamba #7A757D
RGB
CMYK
RGB Variations
Color information
#7A757D (or 0x7A757D) is known color: Mamba. HEX triplet: 7A, 75 and 7D. RGB value is (122,117,125). Sum of RGB (Red+Green+Blue) = 122+117+125=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A757D is #858A82. Grayscale: #777777. Windows color (decimal): -8751747 or 8222074. OLE color: 8222074.
HSL color Cylindrical-coordinate representation of color #7A757D: hue angle of 277.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A757D is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 117 | 125 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.51 |
| HSL | 277.5º | 0.03% | 0.47% | - |
| HSV(B) | 277.5º | 0.06% | 0.49% | - |
| XYZ | 18.09 | 18.34 | 21.99 | - |
| YUV | 119.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 125 | 0.02 | 0.06 | 0 | 0.51 | 277.5 | 0.03 | 0.47 |
| Hex | 7A | 75 | 7D | 2 | 6 | 0 | 33 | 116 | 3 | 2F |
| Octal | 172 | 165 | 175 | 2 | 6 | 0 | 63 | 426 | 3 | 57 |
| Binary | 1111010 | 1110101 | 1111101 | 10 | 110 | 0 | 110011 | 100010110 | 11 | 101111 |
Color Harmonies of #7A757D
Complementary color
Monochromatic Colors of #7A757D
Black with #7A757D
Text Example
Text Example
White with #7A757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A757D; }
p { color: rgb(122,117,125); }
H1.HeaderClassName
{
color: #7A757D;
}
.AnyTagClassName
{
color: #7A757D;
}
</style>
background-color css
<style>
a { background-color: #7A757D; }
a { background-color: rgb(122,117,125); }
div.DivClassName
{
background-color: #7A757D;
}
.BgClassName
{
background-color: #7A757D;
}
</style>
border-color css
<style>
span { border-color: #7A757D; }
span { border-color: rgb(122,117,125); }
td.TdClassName
{
border-color: #7A757D;
}
.TagClassName
{
border-color: #7A757D;
}
</style>