Shades of Mamba #76687F
Tints of Mamba #76687F
RGB
CMYK
RGB Variations
Color information
#76687F (or 0x76687F) is known color: Mamba. HEX triplet: 76, 68 and 7F. RGB value is (118,104,127). Sum of RGB (Red+Green+Blue) = 118+104+127=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 127 - color contains mainly: blue. Hex color #76687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76687F is #899780. Grayscale: #6E6E6E. Windows color (decimal): -9017217 or 8349814. OLE color: 8349814.
HSL color Cylindrical-coordinate representation of color #76687F: hue angle of 276.52º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76687F is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 104 | 127 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.50 |
| HSL | 276.52º | 0.1% | 0.45% | - |
| HSV(B) | 276.52º | 0.18% | 0.5% | - |
| XYZ | 16.25 | 15.28 | 22.17 | - |
| YUV | 110.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 127 | 0.07 | 0.18 | 0 | 0.50 | 276.52 | 0.1 | 0.45 |
| Hex | 76 | 68 | 7F | 7 | 12 | 0 | 32 | 115 | A | 2D |
| Octal | 166 | 150 | 177 | 7 | 22 | 0 | 62 | 425 | 12 | 55 |
| Binary | 1110110 | 1101000 | 1111111 | 111 | 10010 | 0 | 110010 | 100010101 | 1010 | 101101 |
Color Harmonies of #76687F
Complementary color
Monochromatic Colors of #76687F
Black with #76687F
Text Example
Text Example
White with #76687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76687F; }
p { color: rgb(118,104,127); }
H1.HeaderClassName
{
color: #76687F;
}
.AnyTagClassName
{
color: #76687F;
}
</style>
background-color css
<style>
a { background-color: #76687F; }
a { background-color: rgb(118,104,127); }
div.DivClassName
{
background-color: #76687F;
}
.BgClassName
{
background-color: #76687F;
}
</style>
border-color css
<style>
span { border-color: #76687F; }
span { border-color: rgb(118,104,127); }
td.TdClassName
{
border-color: #76687F;
}
.TagClassName
{
border-color: #76687F;
}
</style>