Shades of Mamba #7A727D
Tints of Mamba #7A727D
RGB
CMYK
RGB Variations
Color information
#7A727D (or 0x7A727D) is known color: Mamba. HEX triplet: 7A, 72 and 7D. RGB value is (122,114,125). Sum of RGB (Red+Green+Blue) = 122+114+125=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A727D is #858D82. Grayscale: #757575. Windows color (decimal): -8752515 or 8221306. OLE color: 8221306.
HSL color Cylindrical-coordinate representation of color #7A727D: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A727D is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 114 | 125 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.51 |
| HSL | 283.64º | 0.05% | 0.47% | - |
| HSV(B) | 283.64º | 0.09% | 0.49% | - |
| XYZ | 17.75 | 17.65 | 21.87 | - |
| YUV | 117.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 125 | 0.02 | 0.09 | 0 | 0.51 | 283.64 | 0.05 | 0.47 |
| Hex | 7A | 72 | 7D | 2 | 9 | 0 | 33 | 11C | 5 | 2F |
| Octal | 172 | 162 | 175 | 2 | 11 | 0 | 63 | 434 | 5 | 57 |
| Binary | 1111010 | 1110010 | 1111101 | 10 | 1001 | 0 | 110011 | 100011100 | 101 | 101111 |
Color Harmonies of #7A727D
Complementary color
Monochromatic Colors of #7A727D
Black with #7A727D
Text Example
Text Example
White with #7A727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A727D; }
p { color: rgb(122,114,125); }
H1.HeaderClassName
{
color: #7A727D;
}
.AnyTagClassName
{
color: #7A727D;
}
</style>
background-color css
<style>
a { background-color: #7A727D; }
a { background-color: rgb(122,114,125); }
div.DivClassName
{
background-color: #7A727D;
}
.BgClassName
{
background-color: #7A727D;
}
</style>
border-color css
<style>
span { border-color: #7A727D; }
span { border-color: rgb(122,114,125); }
td.TdClassName
{
border-color: #7A727D;
}
.TagClassName
{
border-color: #7A727D;
}
</style>