Shades of Mamba #79717C
Tints of Mamba #79717C
RGB
CMYK
RGB Variations
Color information
#79717C (or 0x79717C) is known color: Mamba. HEX triplet: 79, 71 and 7C. RGB value is (121,113,124). Sum of RGB (Red+Green+Blue) = 121+113+124=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #79717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79717C is #868E83. Grayscale: #747474. Windows color (decimal): -8818308 or 8155513. OLE color: 8155513.
HSL color Cylindrical-coordinate representation of color #79717C: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #79717C is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 113 | 124 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.51 |
| HSL | 283.64º | 0.05% | 0.46% | - |
| HSV(B) | 283.64º | 0.09% | 0.49% | - |
| XYZ | 17.43 | 17.33 | 21.5 | - |
| YUV | 116.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 124 | 0.02 | 0.09 | 0 | 0.51 | 283.64 | 0.05 | 0.46 |
| Hex | 79 | 71 | 7C | 2 | 9 | 0 | 33 | 11C | 5 | 2E |
| Octal | 171 | 161 | 174 | 2 | 11 | 0 | 63 | 434 | 5 | 56 |
| Binary | 1111001 | 1110001 | 1111100 | 10 | 1001 | 0 | 110011 | 100011100 | 101 | 101110 |
Color Harmonies of #79717C
Complementary color
Monochromatic Colors of #79717C
Black with #79717C
Text Example
Text Example
White with #79717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79717C; }
p { color: rgb(121,113,124); }
H1.HeaderClassName
{
color: #79717C;
}
.AnyTagClassName
{
color: #79717C;
}
</style>
background-color css
<style>
a { background-color: #79717C; }
a { background-color: rgb(121,113,124); }
div.DivClassName
{
background-color: #79717C;
}
.BgClassName
{
background-color: #79717C;
}
</style>
border-color css
<style>
span { border-color: #79717C; }
span { border-color: rgb(121,113,124); }
td.TdClassName
{
border-color: #79717C;
}
.TagClassName
{
border-color: #79717C;
}
</style>