Shades of Mamba #7A737C
Tints of Mamba #7A737C
RGB
CMYK
RGB Variations
Color information
#7A737C (or 0x7A737C) is known color: Mamba. HEX triplet: 7A, 73 and 7C. RGB value is (122,115,124). Sum of RGB (Red+Green+Blue) = 122+115+124=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A737C is #858C83. Grayscale: #767676. Windows color (decimal): -8752260 or 8156026. OLE color: 8156026.
HSL color Cylindrical-coordinate representation of color #7A737C: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A737C is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 115 | 124 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.51 |
| HSL | 286.67º | 0.04% | 0.47% | - |
| HSV(B) | 286.67º | 0.07% | 0.49% | - |
| XYZ | 17.79 | 17.85 | 21.58 | - |
| YUV | 118.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 124 | 0.02 | 0.07 | 0 | 0.51 | 286.67 | 0.04 | 0.47 |
| Hex | 7A | 73 | 7C | 2 | 7 | 0 | 33 | 11F | 4 | 2F |
| Octal | 172 | 163 | 174 | 2 | 7 | 0 | 63 | 437 | 4 | 57 |
| Binary | 1111010 | 1110011 | 1111100 | 10 | 111 | 0 | 110011 | 100011111 | 100 | 101111 |
Color Harmonies of #7A737C
Complementary color
Monochromatic Colors of #7A737C
Black with #7A737C
Text Example
Text Example
White with #7A737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A737C; }
p { color: rgb(122,115,124); }
H1.HeaderClassName
{
color: #7A737C;
}
.AnyTagClassName
{
color: #7A737C;
}
</style>
background-color css
<style>
a { background-color: #7A737C; }
a { background-color: rgb(122,115,124); }
div.DivClassName
{
background-color: #7A737C;
}
.BgClassName
{
background-color: #7A737C;
}
</style>
border-color css
<style>
span { border-color: #7A737C; }
span { border-color: rgb(122,115,124); }
td.TdClassName
{
border-color: #7A737C;
}
.TagClassName
{
border-color: #7A737C;
}
</style>