Shades of Mamba #79638D
Tints of Mamba #79638D
RGB
CMYK
RGB Variations
Color information
#79638D (or 0x79638D) is known color: Mamba. HEX triplet: 79, 63 and 8D. RGB value is (121,99,141). Sum of RGB (Red+Green+Blue) = 121+99+141=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #79638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79638D is #869C72. Grayscale: #6E6E6E. Windows color (decimal): -8821875 or 9266041. OLE color: 9266041.
HSL color Cylindrical-coordinate representation of color #79638D: hue angle of 271.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79638D is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 99 | 141 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.45 |
| HSL | 271.43º | 0.18% | 0.47% | - |
| HSV(B) | 271.43º | 0.3% | 0.55% | - |
| XYZ | 17.15 | 14.91 | 27.17 | - |
| YUV | 110.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 141 | 0.14 | 0.30 | 0 | 0.45 | 271.43 | 0.18 | 0.47 |
| Hex | 79 | 63 | 8D | E | 1E | 0 | 2D | 10F | 12 | 2F |
| Octal | 171 | 143 | 215 | 16 | 36 | 0 | 55 | 417 | 22 | 57 |
| Binary | 1111001 | 1100011 | 10001101 | 1110 | 11110 | 0 | 101101 | 100001111 | 10010 | 101111 |
Color Harmonies of #79638D
Complementary color
Monochromatic Colors of #79638D
Black with #79638D
Text Example
Text Example
White with #79638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79638D; }
p { color: rgb(121,99,141); }
H1.HeaderClassName
{
color: #79638D;
}
.AnyTagClassName
{
color: #79638D;
}
</style>
background-color css
<style>
a { background-color: #79638D; }
a { background-color: rgb(121,99,141); }
div.DivClassName
{
background-color: #79638D;
}
.BgClassName
{
background-color: #79638D;
}
</style>
border-color css
<style>
span { border-color: #79638D; }
span { border-color: rgb(121,99,141); }
td.TdClassName
{
border-color: #79638D;
}
.TagClassName
{
border-color: #79638D;
}
</style>