Shades of Mamba #796E7D
Tints of Mamba #796E7D
RGB
CMYK
RGB Variations
Color information
#796E7D (or 0x796E7D) is known color: Mamba. HEX triplet: 79, 6E and 7D. RGB value is (121,110,125). Sum of RGB (Red+Green+Blue) = 121+110+125=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 125 - color contains mainly: blue. Hex color #796E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E7D is #869182. Grayscale: #727272. Windows color (decimal): -8819075 or 8220281. OLE color: 8220281.
HSL color Cylindrical-coordinate representation of color #796E7D: hue angle of 284º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #796E7D is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 110 | 125 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.51 |
| HSL | 284º | 0.06% | 0.46% | - |
| HSV(B) | 284º | 0.12% | 0.49% | - |
| XYZ | 17.16 | 16.7 | 21.72 | - |
| YUV | 115 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 125 | 0.03 | 0.12 | 0 | 0.51 | 284 | 0.06 | 0.46 |
| Hex | 79 | 6E | 7D | 3 | C | 0 | 33 | 11C | 6 | 2E |
| Octal | 171 | 156 | 175 | 3 | 14 | 0 | 63 | 434 | 6 | 56 |
| Binary | 1111001 | 1101110 | 1111101 | 11 | 1100 | 0 | 110011 | 100011100 | 110 | 101110 |
Color Harmonies of #796E7D
Complementary color
Monochromatic Colors of #796E7D
Black with #796E7D
Text Example
Text Example
White with #796E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E7D; }
p { color: rgb(121,110,125); }
H1.HeaderClassName
{
color: #796E7D;
}
.AnyTagClassName
{
color: #796E7D;
}
</style>
background-color css
<style>
a { background-color: #796E7D; }
a { background-color: rgb(121,110,125); }
div.DivClassName
{
background-color: #796E7D;
}
.BgClassName
{
background-color: #796E7D;
}
</style>
border-color css
<style>
span { border-color: #796E7D; }
span { border-color: rgb(121,110,125); }
td.TdClassName
{
border-color: #796E7D;
}
.TagClassName
{
border-color: #796E7D;
}
</style>