Shades of Mamba #76717A
Tints of Mamba #76717A
RGB
CMYK
RGB Variations
Color information
#76717A (or 0x76717A) is known color: Mamba. HEX triplet: 76, 71 and 7A. RGB value is (118,113,122). Sum of RGB (Red+Green+Blue) = 118+113+122=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 122 - color contains mainly: blue. Hex color #76717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76717A is #898E85. Grayscale: #737373. Windows color (decimal): -9014918 or 8024438. OLE color: 8024438.
HSL color Cylindrical-coordinate representation of color #76717A: hue angle of 273.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #76717A is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 113 | 122 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.52 |
| HSL | 273.33º | 0.04% | 0.46% | - |
| HSV(B) | 273.33º | 0.07% | 0.48% | - |
| XYZ | 16.89 | 17.07 | 20.82 | - |
| YUV | 115.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 122 | 0.03 | 0.07 | 0 | 0.52 | 273.33 | 0.04 | 0.46 |
| Hex | 76 | 71 | 7A | 3 | 7 | 0 | 34 | 111 | 4 | 2E |
| Octal | 166 | 161 | 172 | 3 | 7 | 0 | 64 | 421 | 4 | 56 |
| Binary | 1110110 | 1110001 | 1111010 | 11 | 111 | 0 | 110100 | 100010001 | 100 | 101110 |
Color Harmonies of #76717A
Complementary color
Monochromatic Colors of #76717A
Black with #76717A
Text Example
Text Example
White with #76717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76717A; }
p { color: rgb(118,113,122); }
H1.HeaderClassName
{
color: #76717A;
}
.AnyTagClassName
{
color: #76717A;
}
</style>
background-color css
<style>
a { background-color: #76717A; }
a { background-color: rgb(118,113,122); }
div.DivClassName
{
background-color: #76717A;
}
.BgClassName
{
background-color: #76717A;
}
</style>
border-color css
<style>
span { border-color: #76717A; }
span { border-color: rgb(118,113,122); }
td.TdClassName
{
border-color: #76717A;
}
.TagClassName
{
border-color: #76717A;
}
</style>