Shades of Mamba #7A6B7F
Tints of Mamba #7A6B7F
RGB
CMYK
RGB Variations
Color information
#7A6B7F (or 0x7A6B7F) is known color: Mamba. HEX triplet: 7A, 6B and 7F. RGB value is (122,107,127). Sum of RGB (Red+Green+Blue) = 122+107+127=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A6B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B7F is #859480. Grayscale: #717171. Windows color (decimal): -8754305 or 8350586. OLE color: 8350586.
HSL color Cylindrical-coordinate representation of color #7A6B7F: hue angle of 285º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6B7F is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 107 | 127 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.50 |
| HSL | 285º | 0.09% | 0.46% | - |
| HSV(B) | 285º | 0.16% | 0.5% | - |
| XYZ | 17.11 | 16.19 | 22.3 | - |
| YUV | 113.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 127 | 0.04 | 0.16 | 0 | 0.50 | 285 | 0.09 | 0.46 |
| Hex | 7A | 6B | 7F | 4 | 10 | 0 | 32 | 11D | 9 | 2E |
| Octal | 172 | 153 | 177 | 4 | 20 | 0 | 62 | 435 | 11 | 56 |
| Binary | 1111010 | 1101011 | 1111111 | 100 | 10000 | 0 | 110010 | 100011101 | 1001 | 101110 |
Color Harmonies of #7A6B7F
Complementary color
Monochromatic Colors of #7A6B7F
Black with #7A6B7F
Text Example
Text Example
White with #7A6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B7F; }
p { color: rgb(122,107,127); }
H1.HeaderClassName
{
color: #7A6B7F;
}
.AnyTagClassName
{
color: #7A6B7F;
}
</style>
background-color css
<style>
a { background-color: #7A6B7F; }
a { background-color: rgb(122,107,127); }
div.DivClassName
{
background-color: #7A6B7F;
}
.BgClassName
{
background-color: #7A6B7F;
}
</style>
border-color css
<style>
span { border-color: #7A6B7F; }
span { border-color: rgb(122,107,127); }
td.TdClassName
{
border-color: #7A6B7F;
}
.TagClassName
{
border-color: #7A6B7F;
}
</style>