Shades of Mamba #767479
Tints of Mamba #767479
RGB
CMYK
RGB Variations
Color information
#767479 (or 0x767479) is known color: Mamba. HEX triplet: 76, 74 and 79. RGB value is (118,116,121). Sum of RGB (Red+Green+Blue) = 118+116+121=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 121 - color contains mainly: blue. Hex color #767479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767479 is #898B86. Grayscale: #757575. Windows color (decimal): -9014151 or 7959670. OLE color: 7959670.
HSL color Cylindrical-coordinate representation of color #767479: hue angle of 264º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #767479 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 116 | 121 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.53 |
| HSL | 264º | 0.02% | 0.46% | - |
| HSV(B) | 264º | 0.04% | 0.47% | - |
| XYZ | 17.17 | 17.72 | 20.61 | - |
| YUV | 117.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 121 | 0.02 | 0.04 | 0 | 0.53 | 264 | 0.02 | 0.46 |
| Hex | 76 | 74 | 79 | 2 | 4 | 0 | 35 | 108 | 2 | 2E |
| Octal | 166 | 164 | 171 | 2 | 4 | 0 | 65 | 410 | 2 | 56 |
| Binary | 1110110 | 1110100 | 1111001 | 10 | 100 | 0 | 110101 | 100001000 | 10 | 101110 |
Color Harmonies of #767479
Complementary color
Monochromatic Colors of #767479
Black with #767479
Text Example
Text Example
White with #767479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767479; }
p { color: rgb(118,116,121); }
H1.HeaderClassName
{
color: #767479;
}
.AnyTagClassName
{
color: #767479;
}
</style>
background-color css
<style>
a { background-color: #767479; }
a { background-color: rgb(118,116,121); }
div.DivClassName
{
background-color: #767479;
}
.BgClassName
{
background-color: #767479;
}
</style>
border-color css
<style>
span { border-color: #767479; }
span { border-color: rgb(118,116,121); }
td.TdClassName
{
border-color: #767479;
}
.TagClassName
{
border-color: #767479;
}
</style>