Shades of Mamba #796A83
Tints of Mamba #796A83
RGB
CMYK
RGB Variations
Color information
#796A83 (or 0x796A83) is known color: Mamba. HEX triplet: 79, 6A and 83. RGB value is (121,106,131). Sum of RGB (Red+Green+Blue) = 121+106+131=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #796A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796A83 is #86957C. Grayscale: #717171. Windows color (decimal): -8820093 or 8612473. OLE color: 8612473.
HSL color Cylindrical-coordinate representation of color #796A83: hue angle of 276º degrees, saturation: 0.11, 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 #796A83 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 106 | 131 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.49 |
| HSL | 276º | 0.11% | 0.46% | - |
| HSV(B) | 276º | 0.19% | 0.51% | - |
| XYZ | 17.14 | 16.01 | 23.66 | - |
| YUV | 113.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 131 | 0.08 | 0.19 | 0 | 0.49 | 276 | 0.11 | 0.46 |
| Hex | 79 | 6A | 83 | 8 | 13 | 0 | 31 | 114 | B | 2E |
| Octal | 171 | 152 | 203 | 10 | 23 | 0 | 61 | 424 | 13 | 56 |
| Binary | 1111001 | 1101010 | 10000011 | 1000 | 10011 | 0 | 110001 | 100010100 | 1011 | 101110 |
Color Harmonies of #796A83
Complementary color
Monochromatic Colors of #796A83
Black with #796A83
Text Example
Text Example
White with #796A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A83; }
p { color: rgb(121,106,131); }
H1.HeaderClassName
{
color: #796A83;
}
.AnyTagClassName
{
color: #796A83;
}
</style>
background-color css
<style>
a { background-color: #796A83; }
a { background-color: rgb(121,106,131); }
div.DivClassName
{
background-color: #796A83;
}
.BgClassName
{
background-color: #796A83;
}
</style>
border-color css
<style>
span { border-color: #796A83; }
span { border-color: rgb(121,106,131); }
td.TdClassName
{
border-color: #796A83;
}
.TagClassName
{
border-color: #796A83;
}
</style>