Shades of Mamba #7A7084
Tints of Mamba #7A7084
RGB
CMYK
RGB Variations
Color information
#7A7084 (or 0x7A7084) is known color: Mamba. HEX triplet: 7A, 70 and 84. RGB value is (122,112,132). Sum of RGB (Red+Green+Blue) = 122+112+132=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A7084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7084 is #858F7B. Grayscale: #757575. Windows color (decimal): -8753020 or 8679546. OLE color: 8679546.
HSL color Cylindrical-coordinate representation of color #7A7084: hue angle of 270º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A7084 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 112 | 132 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.48 |
| HSL | 270º | 0.08% | 0.48% | - |
| HSV(B) | 270º | 0.15% | 0.52% | - |
| XYZ | 17.99 | 17.39 | 24.24 | - |
| YUV | 117.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 132 | 0.08 | 0.15 | 0 | 0.48 | 270 | 0.08 | 0.48 |
| Hex | 7A | 70 | 84 | 8 | F | 0 | 30 | 10E | 8 | 30 |
| Octal | 172 | 160 | 204 | 10 | 17 | 0 | 60 | 416 | 10 | 60 |
| Binary | 1111010 | 1110000 | 10000100 | 1000 | 1111 | 0 | 110000 | 100001110 | 1000 | 110000 |
Color Harmonies of #7A7084
Complementary color
Monochromatic Colors of #7A7084
Black with #7A7084
Text Example
Text Example
White with #7A7084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7084; }
p { color: rgb(122,112,132); }
H1.HeaderClassName
{
color: #7A7084;
}
.AnyTagClassName
{
color: #7A7084;
}
</style>
background-color css
<style>
a { background-color: #7A7084; }
a { background-color: rgb(122,112,132); }
div.DivClassName
{
background-color: #7A7084;
}
.BgClassName
{
background-color: #7A7084;
}
</style>
border-color css
<style>
span { border-color: #7A7084; }
span { border-color: rgb(122,112,132); }
td.TdClassName
{
border-color: #7A7084;
}
.TagClassName
{
border-color: #7A7084;
}
</style>