Shades of Mamba #7A717F
Tints of Mamba #7A717F
RGB
CMYK
RGB Variations
Color information
#7A717F (or 0x7A717F) is known color: Mamba. HEX triplet: 7A, 71 and 7F. RGB value is (122,113,127). Sum of RGB (Red+Green+Blue) = 122+113+127=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A717F is #858E80. Grayscale: #757575. Windows color (decimal): -8752769 or 8352122. OLE color: 8352122.
HSL color Cylindrical-coordinate representation of color #7A717F: hue angle of 278.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A717F is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 113 | 127 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.50 |
| HSL | 278.57º | 0.06% | 0.47% | - |
| HSV(B) | 278.57º | 0.11% | 0.5% | - |
| XYZ | 17.76 | 17.48 | 22.52 | - |
| YUV | 117.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 127 | 0.04 | 0.11 | 0 | 0.50 | 278.57 | 0.06 | 0.47 |
| Hex | 7A | 71 | 7F | 4 | B | 0 | 32 | 117 | 6 | 2F |
| Octal | 172 | 161 | 177 | 4 | 13 | 0 | 62 | 427 | 6 | 57 |
| Binary | 1111010 | 1110001 | 1111111 | 100 | 1011 | 0 | 110010 | 100010111 | 110 | 101111 |
Color Harmonies of #7A717F
Complementary color
Monochromatic Colors of #7A717F
Black with #7A717F
Text Example
Text Example
White with #7A717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A717F; }
p { color: rgb(122,113,127); }
H1.HeaderClassName
{
color: #7A717F;
}
.AnyTagClassName
{
color: #7A717F;
}
</style>
background-color css
<style>
a { background-color: #7A717F; }
a { background-color: rgb(122,113,127); }
div.DivClassName
{
background-color: #7A717F;
}
.BgClassName
{
background-color: #7A717F;
}
</style>
border-color css
<style>
span { border-color: #7A717F; }
span { border-color: rgb(122,113,127); }
td.TdClassName
{
border-color: #7A717F;
}
.TagClassName
{
border-color: #7A717F;
}
</style>