Shades of Mamba #79737B
Tints of Mamba #79737B
RGB
CMYK
RGB Variations
Color information
#79737B (or 0x79737B) is known color: Mamba. HEX triplet: 79, 73 and 7B. RGB value is (121,115,123). Sum of RGB (Red+Green+Blue) = 121+115+123=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 123 - color contains mainly: blue. Hex color #79737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79737B is #868C84. Grayscale: #757575. Windows color (decimal): -8817797 or 8090489. OLE color: 8090489.
HSL color Cylindrical-coordinate representation of color #79737B: hue angle of 285º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #79737B is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 115 | 123 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.52 |
| HSL | 285º | 0.03% | 0.47% | - |
| HSV(B) | 285º | 0.07% | 0.48% | - |
| XYZ | 17.59 | 17.76 | 21.24 | - |
| YUV | 117.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 123 | 0.02 | 0.07 | 0 | 0.52 | 285 | 0.03 | 0.47 |
| Hex | 79 | 73 | 7B | 2 | 7 | 0 | 34 | 11D | 3 | 2F |
| Octal | 171 | 163 | 173 | 2 | 7 | 0 | 64 | 435 | 3 | 57 |
| Binary | 1111001 | 1110011 | 1111011 | 10 | 111 | 0 | 110100 | 100011101 | 11 | 101111 |
Color Harmonies of #79737B
Complementary color
Monochromatic Colors of #79737B
Black with #79737B
Text Example
Text Example
White with #79737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79737B; }
p { color: rgb(121,115,123); }
H1.HeaderClassName
{
color: #79737B;
}
.AnyTagClassName
{
color: #79737B;
}
</style>
background-color css
<style>
a { background-color: #79737B; }
a { background-color: rgb(121,115,123); }
div.DivClassName
{
background-color: #79737B;
}
.BgClassName
{
background-color: #79737B;
}
</style>
border-color css
<style>
span { border-color: #79737B; }
span { border-color: rgb(121,115,123); }
td.TdClassName
{
border-color: #79737B;
}
.TagClassName
{
border-color: #79737B;
}
</style>