Shades of Mamba #7A727F
Tints of Mamba #7A727F
RGB
CMYK
RGB Variations
Color information
#7A727F (or 0x7A727F) is known color: Mamba. HEX triplet: 7A, 72 and 7F. RGB value is (122,114,127). Sum of RGB (Red+Green+Blue) = 122+114+127=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A727F is #858D80. Grayscale: #757575. Windows color (decimal): -8752513 or 8352378. OLE color: 8352378.
HSL color Cylindrical-coordinate representation of color #7A727F: hue angle of 276.92º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A727F is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 114 | 127 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.50 |
| HSL | 276.92º | 0.05% | 0.47% | - |
| HSV(B) | 276.92º | 0.1% | 0.5% | - |
| XYZ | 17.87 | 17.7 | 22.55 | - |
| YUV | 117.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 127 | 0.04 | 0.10 | 0 | 0.50 | 276.92 | 0.05 | 0.47 |
| Hex | 7A | 72 | 7F | 4 | A | 0 | 32 | 115 | 5 | 2F |
| Octal | 172 | 162 | 177 | 4 | 12 | 0 | 62 | 425 | 5 | 57 |
| Binary | 1111010 | 1110010 | 1111111 | 100 | 1010 | 0 | 110010 | 100010101 | 101 | 101111 |
Color Harmonies of #7A727F
Complementary color
Monochromatic Colors of #7A727F
Black with #7A727F
Text Example
Text Example
White with #7A727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A727F; }
p { color: rgb(122,114,127); }
H1.HeaderClassName
{
color: #7A727F;
}
.AnyTagClassName
{
color: #7A727F;
}
</style>
background-color css
<style>
a { background-color: #7A727F; }
a { background-color: rgb(122,114,127); }
div.DivClassName
{
background-color: #7A727F;
}
.BgClassName
{
background-color: #7A727F;
}
</style>
border-color css
<style>
span { border-color: #7A727F; }
span { border-color: rgb(122,114,127); }
td.TdClassName
{
border-color: #7A727F;
}
.TagClassName
{
border-color: #7A727F;
}
</style>