Shades of Mamba #76707E
Tints of Mamba #76707E
RGB
CMYK
RGB Variations
Color information
#76707E (or 0x76707E) is known color: Mamba. HEX triplet: 76, 70 and 7E. RGB value is (118,112,126). Sum of RGB (Red+Green+Blue) = 118+112+126=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 126 - color contains mainly: blue. Hex color #76707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76707E is #898F81. Grayscale: #737373. Windows color (decimal): -9015170 or 8286326. OLE color: 8286326.
HSL color Cylindrical-coordinate representation of color #76707E: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76707E is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 112 | 126 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.51 |
| HSL | 265.71º | 0.06% | 0.47% | - |
| HSV(B) | 265.71º | 0.11% | 0.49% | - |
| XYZ | 17.03 | 16.95 | 22.11 | - |
| YUV | 115.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 126 | 0.06 | 0.11 | 0 | 0.51 | 265.71 | 0.06 | 0.47 |
| Hex | 76 | 70 | 7E | 6 | B | 0 | 33 | 10A | 6 | 2F |
| Octal | 166 | 160 | 176 | 6 | 13 | 0 | 63 | 412 | 6 | 57 |
| Binary | 1110110 | 1110000 | 1111110 | 110 | 1011 | 0 | 110011 | 100001010 | 110 | 101111 |
Color Harmonies of #76707E
Complementary color
Monochromatic Colors of #76707E
Black with #76707E
Text Example
Text Example
White with #76707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76707E; }
p { color: rgb(118,112,126); }
H1.HeaderClassName
{
color: #76707E;
}
.AnyTagClassName
{
color: #76707E;
}
</style>
background-color css
<style>
a { background-color: #76707E; }
a { background-color: rgb(118,112,126); }
div.DivClassName
{
background-color: #76707E;
}
.BgClassName
{
background-color: #76707E;
}
</style>
border-color css
<style>
span { border-color: #76707E; }
span { border-color: rgb(118,112,126); }
td.TdClassName
{
border-color: #76707E;
}
.TagClassName
{
border-color: #76707E;
}
</style>