Shades of Mamba #7A688A
Tints of Mamba #7A688A
RGB
CMYK
RGB Variations
Color information
#7A688A (or 0x7A688A) is known color: Mamba. HEX triplet: 7A, 68 and 8A. RGB value is (122,104,138). Sum of RGB (Red+Green+Blue) = 122+104+138=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A688A is #859775. Grayscale: #717171. Windows color (decimal): -8755062 or 9070714. OLE color: 9070714.
HSL color Cylindrical-coordinate representation of color #7A688A: hue angle of 271.76º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A688A is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 104 | 138 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.46 |
| HSL | 271.76º | 0.14% | 0.47% | - |
| HSV(B) | 271.76º | 0.25% | 0.54% | - |
| XYZ | 17.56 | 15.87 | 26.18 | - |
| YUV | 113.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 138 | 0.12 | 0.25 | 0 | 0.46 | 271.76 | 0.14 | 0.47 |
| Hex | 7A | 68 | 8A | C | 19 | 0 | 2E | 110 | E | 2F |
| Octal | 172 | 150 | 212 | 14 | 31 | 0 | 56 | 420 | 16 | 57 |
| Binary | 1111010 | 1101000 | 10001010 | 1100 | 11001 | 0 | 101110 | 100010000 | 1110 | 101111 |
Color Harmonies of #7A688A
Complementary color
Monochromatic Colors of #7A688A
Black with #7A688A
Text Example
Text Example
White with #7A688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A688A; }
p { color: rgb(122,104,138); }
H1.HeaderClassName
{
color: #7A688A;
}
.AnyTagClassName
{
color: #7A688A;
}
</style>
background-color css
<style>
a { background-color: #7A688A; }
a { background-color: rgb(122,104,138); }
div.DivClassName
{
background-color: #7A688A;
}
.BgClassName
{
background-color: #7A688A;
}
</style>
border-color css
<style>
span { border-color: #7A688A; }
span { border-color: rgb(122,104,138); }
td.TdClassName
{
border-color: #7A688A;
}
.TagClassName
{
border-color: #7A688A;
}
</style>