Shades of Mamba #767179
Tints of Mamba #767179
RGB
CMYK
RGB Variations
Color information
#767179 (or 0x767179) is known color: Mamba. HEX triplet: 76, 71 and 79. RGB value is (118,113,121). Sum of RGB (Red+Green+Blue) = 118+113+121=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 121 - color contains mainly: blue. Hex color #767179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767179 is #898E86. Grayscale: #737373. Windows color (decimal): -9014919 or 7958902. OLE color: 7958902.
HSL color Cylindrical-coordinate representation of color #767179: hue angle of 277.5º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #767179 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 113 | 121 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.53 |
| HSL | 277.5º | 0.03% | 0.46% | - |
| HSV(B) | 277.5º | 0.07% | 0.47% | - |
| XYZ | 16.83 | 17.04 | 20.49 | - |
| YUV | 115.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 121 | 0.02 | 0.07 | 0 | 0.53 | 277.5 | 0.03 | 0.46 |
| Hex | 76 | 71 | 79 | 2 | 7 | 0 | 35 | 116 | 3 | 2E |
| Octal | 166 | 161 | 171 | 2 | 7 | 0 | 65 | 426 | 3 | 56 |
| Binary | 1110110 | 1110001 | 1111001 | 10 | 111 | 0 | 110101 | 100010110 | 11 | 101110 |
Color Harmonies of #767179
Complementary color
Monochromatic Colors of #767179
Black with #767179
Text Example
Text Example
White with #767179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767179; }
p { color: rgb(118,113,121); }
H1.HeaderClassName
{
color: #767179;
}
.AnyTagClassName
{
color: #767179;
}
</style>
background-color css
<style>
a { background-color: #767179; }
a { background-color: rgb(118,113,121); }
div.DivClassName
{
background-color: #767179;
}
.BgClassName
{
background-color: #767179;
}
</style>
border-color css
<style>
span { border-color: #767179; }
span { border-color: rgb(118,113,121); }
td.TdClassName
{
border-color: #767179;
}
.TagClassName
{
border-color: #767179;
}
</style>