Shades of Mamba #76647F
Tints of Mamba #76647F
RGB
CMYK
RGB Variations
Color information
#76647F (or 0x76647F) is known color: Mamba. HEX triplet: 76, 64 and 7F. RGB value is (118,100,127). Sum of RGB (Red+Green+Blue) = 118+100+127=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 127 - color contains mainly: blue. Hex color #76647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76647F is #899B80. Grayscale: #6C6C6C. Windows color (decimal): -9018241 or 8348790. OLE color: 8348790.
HSL color Cylindrical-coordinate representation of color #76647F: hue angle of 280º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76647F is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 100 | 127 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.50 |
| HSL | 280º | 0.12% | 0.45% | - |
| HSV(B) | 280º | 0.21% | 0.5% | - |
| XYZ | 15.86 | 14.5 | 22.04 | - |
| YUV | 108.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 127 | 0.07 | 0.21 | 0 | 0.50 | 280 | 0.12 | 0.45 |
| Hex | 76 | 64 | 7F | 7 | 15 | 0 | 32 | 118 | C | 2D |
| Octal | 166 | 144 | 177 | 7 | 25 | 0 | 62 | 430 | 14 | 55 |
| Binary | 1110110 | 1100100 | 1111111 | 111 | 10101 | 0 | 110010 | 100011000 | 1100 | 101101 |
Color Harmonies of #76647F
Complementary color
Monochromatic Colors of #76647F
Black with #76647F
Text Example
Text Example
White with #76647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76647F; }
p { color: rgb(118,100,127); }
H1.HeaderClassName
{
color: #76647F;
}
.AnyTagClassName
{
color: #76647F;
}
</style>
background-color css
<style>
a { background-color: #76647F; }
a { background-color: rgb(118,100,127); }
div.DivClassName
{
background-color: #76647F;
}
.BgClassName
{
background-color: #76647F;
}
</style>
border-color css
<style>
span { border-color: #76647F; }
span { border-color: rgb(118,100,127); }
td.TdClassName
{
border-color: #76647F;
}
.TagClassName
{
border-color: #76647F;
}
</style>