Shades of Mamba #796981
Tints of Mamba #796981
RGB
CMYK
RGB Variations
Color information
#796981 (or 0x796981) is known color: Mamba. HEX triplet: 79, 69 and 81. RGB value is (121,105,129). Sum of RGB (Red+Green+Blue) = 121+105+129=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 129 - color contains mainly: blue. Hex color #796981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796981 is #86967E. Grayscale: #707070. Windows color (decimal): -8820351 or 8481145. OLE color: 8481145.
HSL color Cylindrical-coordinate representation of color #796981: hue angle of 280º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #796981 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 105 | 129 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.49 |
| HSL | 280º | 0.1% | 0.46% | - |
| HSV(B) | 280º | 0.19% | 0.51% | - |
| XYZ | 16.9 | 15.75 | 22.92 | - |
| YUV | 112.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 129 | 0.06 | 0.19 | 0 | 0.49 | 280 | 0.1 | 0.46 |
| Hex | 79 | 69 | 81 | 6 | 13 | 0 | 31 | 118 | A | 2E |
| Octal | 171 | 151 | 201 | 6 | 23 | 0 | 61 | 430 | 12 | 56 |
| Binary | 1111001 | 1101001 | 10000001 | 110 | 10011 | 0 | 110001 | 100011000 | 1010 | 101110 |
Color Harmonies of #796981
Complementary color
Monochromatic Colors of #796981
Black with #796981
Text Example
Text Example
White with #796981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796981; }
p { color: rgb(121,105,129); }
H1.HeaderClassName
{
color: #796981;
}
.AnyTagClassName
{
color: #796981;
}
</style>
background-color css
<style>
a { background-color: #796981; }
a { background-color: rgb(121,105,129); }
div.DivClassName
{
background-color: #796981;
}
.BgClassName
{
background-color: #796981;
}
</style>
border-color css
<style>
span { border-color: #796981; }
span { border-color: rgb(121,105,129); }
td.TdClassName
{
border-color: #796981;
}
.TagClassName
{
border-color: #796981;
}
</style>