Shades of Mamba #76717B
Tints of Mamba #76717B
RGB
CMYK
RGB Variations
Color information
#76717B (or 0x76717B) is known color: Mamba. HEX triplet: 76, 71 and 7B. RGB value is (118,113,123). Sum of RGB (Red+Green+Blue) = 118+113+123=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 123 - color contains mainly: blue. Hex color #76717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76717B is #898E84. Grayscale: #737373. Windows color (decimal): -9014917 or 8089974. OLE color: 8089974.
HSL color Cylindrical-coordinate representation of color #76717B: hue angle of 270º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76717B is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 113 | 123 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.52 |
| HSL | 270º | 0.04% | 0.46% | - |
| HSV(B) | 270º | 0.08% | 0.48% | - |
| XYZ | 16.95 | 17.09 | 21.14 | - |
| YUV | 115.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 123 | 0.04 | 0.08 | 0 | 0.52 | 270 | 0.04 | 0.46 |
| Hex | 76 | 71 | 7B | 4 | 8 | 0 | 34 | 10E | 4 | 2E |
| Octal | 166 | 161 | 173 | 4 | 10 | 0 | 64 | 416 | 4 | 56 |
| Binary | 1110110 | 1110001 | 1111011 | 100 | 1000 | 0 | 110100 | 100001110 | 100 | 101110 |
Color Harmonies of #76717B
Complementary color
Monochromatic Colors of #76717B
Black with #76717B
Text Example
Text Example
White with #76717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76717B; }
p { color: rgb(118,113,123); }
H1.HeaderClassName
{
color: #76717B;
}
.AnyTagClassName
{
color: #76717B;
}
</style>
background-color css
<style>
a { background-color: #76717B; }
a { background-color: rgb(118,113,123); }
div.DivClassName
{
background-color: #76717B;
}
.BgClassName
{
background-color: #76717B;
}
</style>
border-color css
<style>
span { border-color: #76717B; }
span { border-color: rgb(118,113,123); }
td.TdClassName
{
border-color: #76717B;
}
.TagClassName
{
border-color: #76717B;
}
</style>