Shades of Mamba #796190
Tints of Mamba #796190
RGB
CMYK
RGB Variations
Color information
#796190 (or 0x796190) is known color: Mamba. HEX triplet: 79, 61 and 90. RGB value is (121,97,144). Sum of RGB (Red+Green+Blue) = 121+97+144=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #796190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796190 is #869E6F. Grayscale: #6D6D6D. Windows color (decimal): -8822384 or 9462137. OLE color: 9462137.
HSL color Cylindrical-coordinate representation of color #796190: hue angle of 270.64º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #796190 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 97 | 144 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.44 |
| HSL | 270.64º | 0.2% | 0.47% | - |
| HSV(B) | 270.64º | 0.33% | 0.56% | - |
| XYZ | 17.19 | 14.63 | 28.3 | - |
| YUV | 109.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 97 | 144 | 0.16 | 0.33 | 0 | 0.44 | 270.64 | 0.2 | 0.47 |
| Hex | 79 | 61 | 90 | 10 | 21 | 0 | 2C | 10F | 14 | 2F |
| Octal | 171 | 141 | 220 | 20 | 41 | 0 | 54 | 417 | 24 | 57 |
| Binary | 1111001 | 1100001 | 10010000 | 10000 | 100001 | 0 | 101100 | 100001111 | 10100 | 101111 |
Color Harmonies of #796190
Complementary color
Monochromatic Colors of #796190
Black with #796190
Text Example
Text Example
White with #796190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796190; }
p { color: rgb(121,97,144); }
H1.HeaderClassName
{
color: #796190;
}
.AnyTagClassName
{
color: #796190;
}
</style>
background-color css
<style>
a { background-color: #796190; }
a { background-color: rgb(121,97,144); }
div.DivClassName
{
background-color: #796190;
}
.BgClassName
{
background-color: #796190;
}
</style>
border-color css
<style>
span { border-color: #796190; }
span { border-color: rgb(121,97,144); }
td.TdClassName
{
border-color: #796190;
}
.TagClassName
{
border-color: #796190;
}
</style>