Shades of Mamba #796D7D
Tints of Mamba #796D7D
RGB
CMYK
RGB Variations
Color information
#796D7D (or 0x796D7D) is known color: Mamba. HEX triplet: 79, 6D and 7D. RGB value is (121,109,125). Sum of RGB (Red+Green+Blue) = 121+109+125=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #796D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D7D is #869282. Grayscale: #727272. Windows color (decimal): -8819331 or 8220025. OLE color: 8220025.
HSL color Cylindrical-coordinate representation of color #796D7D: hue angle of 285º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #796D7D is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 109 | 125 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.51 |
| HSL | 285º | 0.07% | 0.46% | - |
| HSV(B) | 285º | 0.13% | 0.49% | - |
| XYZ | 17.06 | 16.48 | 21.68 | - |
| YUV | 114.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 125 | 0.03 | 0.13 | 0 | 0.51 | 285 | 0.07 | 0.46 |
| Hex | 79 | 6D | 7D | 3 | D | 0 | 33 | 11D | 7 | 2E |
| Octal | 171 | 155 | 175 | 3 | 15 | 0 | 63 | 435 | 7 | 56 |
| Binary | 1111001 | 1101101 | 1111101 | 11 | 1101 | 0 | 110011 | 100011101 | 111 | 101110 |
Color Harmonies of #796D7D
Complementary color
Monochromatic Colors of #796D7D
Black with #796D7D
Text Example
Text Example
White with #796D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D7D; }
p { color: rgb(121,109,125); }
H1.HeaderClassName
{
color: #796D7D;
}
.AnyTagClassName
{
color: #796D7D;
}
</style>
background-color css
<style>
a { background-color: #796D7D; }
a { background-color: rgb(121,109,125); }
div.DivClassName
{
background-color: #796D7D;
}
.BgClassName
{
background-color: #796D7D;
}
</style>
border-color css
<style>
span { border-color: #796D7D; }
span { border-color: rgb(121,109,125); }
td.TdClassName
{
border-color: #796D7D;
}
.TagClassName
{
border-color: #796D7D;
}
</style>