Shades of Mamba #7A6C84
Tints of Mamba #7A6C84
RGB
CMYK
RGB Variations
Color information
#7A6C84 (or 0x7A6C84) is known color: Mamba. HEX triplet: 7A, 6C and 84. RGB value is (122,108,132). Sum of RGB (Red+Green+Blue) = 122+108+132=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A6C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6C84 is #85937B. Grayscale: #727272. Windows color (decimal): -8754044 or 8678522. OLE color: 8678522.
HSL color Cylindrical-coordinate representation of color #7A6C84: hue angle of 275º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A6C84 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 108 | 132 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.48 |
| HSL | 275º | 0.1% | 0.47% | - |
| HSV(B) | 275º | 0.18% | 0.52% | - |
| XYZ | 17.55 | 16.53 | 24.09 | - |
| YUV | 114.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 132 | 0.08 | 0.18 | 0 | 0.48 | 275 | 0.1 | 0.47 |
| Hex | 7A | 6C | 84 | 8 | 12 | 0 | 30 | 113 | A | 2F |
| Octal | 172 | 154 | 204 | 10 | 22 | 0 | 60 | 423 | 12 | 57 |
| Binary | 1111010 | 1101100 | 10000100 | 1000 | 10010 | 0 | 110000 | 100010011 | 1010 | 101111 |
Color Harmonies of #7A6C84
Complementary color
Monochromatic Colors of #7A6C84
Black with #7A6C84
Text Example
Text Example
White with #7A6C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C84; }
p { color: rgb(122,108,132); }
H1.HeaderClassName
{
color: #7A6C84;
}
.AnyTagClassName
{
color: #7A6C84;
}
</style>
background-color css
<style>
a { background-color: #7A6C84; }
a { background-color: rgb(122,108,132); }
div.DivClassName
{
background-color: #7A6C84;
}
.BgClassName
{
background-color: #7A6C84;
}
</style>
border-color css
<style>
span { border-color: #7A6C84; }
span { border-color: rgb(122,108,132); }
td.TdClassName
{
border-color: #7A6C84;
}
.TagClassName
{
border-color: #7A6C84;
}
</style>