Shades of Mamba #796488
Tints of Mamba #796488
RGB
CMYK
RGB Variations
Color information
#796488 (or 0x796488) is known color: Mamba. HEX triplet: 79, 64 and 88. RGB value is (121,100,136). Sum of RGB (Red+Green+Blue) = 121+100+136=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #796488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796488 is #869B77. Grayscale: #6E6E6E. Windows color (decimal): -8821624 or 8938617. OLE color: 8938617.
HSL color Cylindrical-coordinate representation of color #796488: hue angle of 275º 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 #796488 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 100 | 136 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.47 |
| HSL | 275º | 0.15% | 0.46% | - |
| HSV(B) | 275º | 0.26% | 0.53% | - |
| XYZ | 16.89 | 14.96 | 25.29 | - |
| YUV | 110.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 100 | 136 | 0.11 | 0.26 | 0 | 0.47 | 275 | 0.15 | 0.46 |
| Hex | 79 | 64 | 88 | B | 1A | 0 | 2F | 113 | F | 2E |
| Octal | 171 | 144 | 210 | 13 | 32 | 0 | 57 | 423 | 17 | 56 |
| Binary | 1111001 | 1100100 | 10001000 | 1011 | 11010 | 0 | 101111 | 100010011 | 1111 | 101110 |
Color Harmonies of #796488
Complementary color
Monochromatic Colors of #796488
Black with #796488
Text Example
Text Example
White with #796488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796488; }
p { color: rgb(121,100,136); }
H1.HeaderClassName
{
color: #796488;
}
.AnyTagClassName
{
color: #796488;
}
</style>
background-color css
<style>
a { background-color: #796488; }
a { background-color: rgb(121,100,136); }
div.DivClassName
{
background-color: #796488;
}
.BgClassName
{
background-color: #796488;
}
</style>
border-color css
<style>
span { border-color: #796488; }
span { border-color: rgb(121,100,136); }
td.TdClassName
{
border-color: #796488;
}
.TagClassName
{
border-color: #796488;
}
</style>