Shades of Mamba #79658A
Tints of Mamba #79658A
RGB
CMYK
RGB Variations
Color information
#79658A (or 0x79658A) is known color: Mamba. HEX triplet: 79, 65 and 8A. RGB value is (121,101,138). Sum of RGB (Red+Green+Blue) = 121+101+138=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #79658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79658A is #869A75. Grayscale: #6F6F6F. Windows color (decimal): -8821366 or 9069945. OLE color: 9069945.
HSL color Cylindrical-coordinate representation of color #79658A: hue angle of 272.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79658A is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 101 | 138 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.46 |
| HSL | 272.43º | 0.15% | 0.47% | - |
| HSV(B) | 272.43º | 0.27% | 0.54% | - |
| XYZ | 17.13 | 15.21 | 26.08 | - |
| YUV | 111.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 138 | 0.12 | 0.27 | 0 | 0.46 | 272.43 | 0.15 | 0.47 |
| Hex | 79 | 65 | 8A | C | 1B | 0 | 2E | 110 | F | 2F |
| Octal | 171 | 145 | 212 | 14 | 33 | 0 | 56 | 420 | 17 | 57 |
| Binary | 1111001 | 1100101 | 10001010 | 1100 | 11011 | 0 | 101110 | 100010000 | 1111 | 101111 |
Color Harmonies of #79658A
Complementary color
Monochromatic Colors of #79658A
Black with #79658A
Text Example
Text Example
White with #79658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79658A; }
p { color: rgb(121,101,138); }
H1.HeaderClassName
{
color: #79658A;
}
.AnyTagClassName
{
color: #79658A;
}
</style>
background-color css
<style>
a { background-color: #79658A; }
a { background-color: rgb(121,101,138); }
div.DivClassName
{
background-color: #79658A;
}
.BgClassName
{
background-color: #79658A;
}
</style>
border-color css
<style>
span { border-color: #79658A; }
span { border-color: rgb(121,101,138); }
td.TdClassName
{
border-color: #79658A;
}
.TagClassName
{
border-color: #79658A;
}
</style>