Shades of Mamba #79658D
Tints of Mamba #79658D
RGB
CMYK
RGB Variations
Color information
#79658D (or 0x79658D) is known color: Mamba. HEX triplet: 79, 65 and 8D. RGB value is (121,101,141). Sum of RGB (Red+Green+Blue) = 121+101+141=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #79658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79658D is #869A72. Grayscale: #6F6F6F. Windows color (decimal): -8821363 or 9266553. OLE color: 9266553.
HSL color Cylindrical-coordinate representation of color #79658D: hue angle of 270º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79658D is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 101 | 141 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.45 |
| HSL | 270º | 0.17% | 0.47% | - |
| HSV(B) | 270º | 0.28% | 0.55% | - |
| XYZ | 17.35 | 15.3 | 27.24 | - |
| YUV | 111.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 141 | 0.14 | 0.28 | 0 | 0.45 | 270 | 0.17 | 0.47 |
| Hex | 79 | 65 | 8D | E | 1C | 0 | 2D | 10E | 11 | 2F |
| Octal | 171 | 145 | 215 | 16 | 34 | 0 | 55 | 416 | 21 | 57 |
| Binary | 1111001 | 1100101 | 10001101 | 1110 | 11100 | 0 | 101101 | 100001110 | 10001 | 101111 |
Color Harmonies of #79658D
Complementary color
Monochromatic Colors of #79658D
Black with #79658D
Text Example
Text Example
White with #79658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79658D; }
p { color: rgb(121,101,141); }
H1.HeaderClassName
{
color: #79658D;
}
.AnyTagClassName
{
color: #79658D;
}
</style>
background-color css
<style>
a { background-color: #79658D; }
a { background-color: rgb(121,101,141); }
div.DivClassName
{
background-color: #79658D;
}
.BgClassName
{
background-color: #79658D;
}
</style>
border-color css
<style>
span { border-color: #79658D; }
span { border-color: rgb(121,101,141); }
td.TdClassName
{
border-color: #79658D;
}
.TagClassName
{
border-color: #79658D;
}
</style>