Shades of Mamba #79707D
Tints of Mamba #79707D
RGB
CMYK
RGB Variations
Color information
#79707D (or 0x79707D) is known color: Mamba. HEX triplet: 79, 70 and 7D. RGB value is (121,112,125). Sum of RGB (Red+Green+Blue) = 121+112+125=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 125 - color contains mainly: blue. Hex color #79707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79707D is #868F82. Grayscale: #747474. Windows color (decimal): -8818563 or 8220793. OLE color: 8220793.
HSL color Cylindrical-coordinate representation of color #79707D: hue angle of 281.54º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #79707D is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 112 | 125 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.51 |
| HSL | 281.54º | 0.05% | 0.46% | - |
| HSV(B) | 281.54º | 0.1% | 0.49% | - |
| XYZ | 17.38 | 17.13 | 21.79 | - |
| YUV | 116.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 125 | 0.03 | 0.10 | 0 | 0.51 | 281.54 | 0.05 | 0.46 |
| Hex | 79 | 70 | 7D | 3 | A | 0 | 33 | 11A | 5 | 2E |
| Octal | 171 | 160 | 175 | 3 | 12 | 0 | 63 | 432 | 5 | 56 |
| Binary | 1111001 | 1110000 | 1111101 | 11 | 1010 | 0 | 110011 | 100011010 | 101 | 101110 |
Color Harmonies of #79707D
Complementary color
Monochromatic Colors of #79707D
Black with #79707D
Text Example
Text Example
White with #79707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79707D; }
p { color: rgb(121,112,125); }
H1.HeaderClassName
{
color: #79707D;
}
.AnyTagClassName
{
color: #79707D;
}
</style>
background-color css
<style>
a { background-color: #79707D; }
a { background-color: rgb(121,112,125); }
div.DivClassName
{
background-color: #79707D;
}
.BgClassName
{
background-color: #79707D;
}
</style>
border-color css
<style>
span { border-color: #79707D; }
span { border-color: rgb(121,112,125); }
td.TdClassName
{
border-color: #79707D;
}
.TagClassName
{
border-color: #79707D;
}
</style>