Shades of Mamba #796386
Tints of Mamba #796386
RGB
CMYK
RGB Variations
Color information
#796386 (or 0x796386) is known color: Mamba. HEX triplet: 79, 63 and 86. RGB value is (121,99,134). Sum of RGB (Red+Green+Blue) = 121+99+134=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #796386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796386 is #869C79. Grayscale: #6D6D6D. Windows color (decimal): -8821882 or 8807289. OLE color: 8807289.
HSL color Cylindrical-coordinate representation of color #796386: hue angle of 277.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #796386 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 99 | 134 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.47 |
| HSL | 277.71º | 0.15% | 0.46% | - |
| HSV(B) | 277.71º | 0.26% | 0.53% | - |
| XYZ | 16.65 | 14.71 | 24.52 | - |
| YUV | 109.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 134 | 0.10 | 0.26 | 0 | 0.47 | 277.71 | 0.15 | 0.46 |
| Hex | 79 | 63 | 86 | A | 1A | 0 | 2F | 116 | F | 2E |
| Octal | 171 | 143 | 206 | 12 | 32 | 0 | 57 | 426 | 17 | 56 |
| Binary | 1111001 | 1100011 | 10000110 | 1010 | 11010 | 0 | 101111 | 100010110 | 1111 | 101110 |
Color Harmonies of #796386
Complementary color
Monochromatic Colors of #796386
Black with #796386
Text Example
Text Example
White with #796386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796386; }
p { color: rgb(121,99,134); }
H1.HeaderClassName
{
color: #796386;
}
.AnyTagClassName
{
color: #796386;
}
</style>
background-color css
<style>
a { background-color: #796386; }
a { background-color: rgb(121,99,134); }
div.DivClassName
{
background-color: #796386;
}
.BgClassName
{
background-color: #796386;
}
</style>
border-color css
<style>
span { border-color: #796386; }
span { border-color: rgb(121,99,134); }
td.TdClassName
{
border-color: #796386;
}
.TagClassName
{
border-color: #796386;
}
</style>