Shades of Mamba #76707B
Tints of Mamba #76707B
RGB
CMYK
RGB Variations
Color information
#76707B (or 0x76707B) is known color: Mamba. HEX triplet: 76, 70 and 7B. RGB value is (118,112,123). Sum of RGB (Red+Green+Blue) = 118+112+123=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 123 - color contains mainly: blue. Hex color #76707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76707B is #898F84. Grayscale: #737373. Windows color (decimal): -9015173 or 8089718. OLE color: 8089718.
HSL color Cylindrical-coordinate representation of color #76707B: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #76707B is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 112 | 123 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.52 |
| HSL | 272.73º | 0.05% | 0.46% | - |
| HSV(B) | 272.73º | 0.09% | 0.48% | - |
| XYZ | 16.84 | 16.87 | 21.11 | - |
| YUV | 115.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 123 | 0.04 | 0.09 | 0 | 0.52 | 272.73 | 0.05 | 0.46 |
| Hex | 76 | 70 | 7B | 4 | 9 | 0 | 34 | 111 | 5 | 2E |
| Octal | 166 | 160 | 173 | 4 | 11 | 0 | 64 | 421 | 5 | 56 |
| Binary | 1110110 | 1110000 | 1111011 | 100 | 1001 | 0 | 110100 | 100010001 | 101 | 101110 |
Color Harmonies of #76707B
Complementary color
Monochromatic Colors of #76707B
Black with #76707B
Text Example
Text Example
White with #76707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76707B; }
p { color: rgb(118,112,123); }
H1.HeaderClassName
{
color: #76707B;
}
.AnyTagClassName
{
color: #76707B;
}
</style>
background-color css
<style>
a { background-color: #76707B; }
a { background-color: rgb(118,112,123); }
div.DivClassName
{
background-color: #76707B;
}
.BgClassName
{
background-color: #76707B;
}
</style>
border-color css
<style>
span { border-color: #76707B; }
span { border-color: rgb(118,112,123); }
td.TdClassName
{
border-color: #76707B;
}
.TagClassName
{
border-color: #76707B;
}
</style>