Shades of Mamba #76707D
Tints of Mamba #76707D
RGB
CMYK
RGB Variations
Color information
#76707D (or 0x76707D) is known color: Mamba. HEX triplet: 76, 70 and 7D. RGB value is (118,112,125). Sum of RGB (Red+Green+Blue) = 118+112+125=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #76707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76707D is #898F82. Grayscale: #737373. Windows color (decimal): -9015171 or 8220790. OLE color: 8220790.
HSL color Cylindrical-coordinate representation of color #76707D: hue angle of 267.69º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #76707D is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 112 | 125 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.51 |
| HSL | 267.69º | 0.05% | 0.46% | - |
| HSV(B) | 267.69º | 0.1% | 0.49% | - |
| XYZ | 16.97 | 16.92 | 21.77 | - |
| YUV | 115.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 125 | 0.06 | 0.10 | 0 | 0.51 | 267.69 | 0.05 | 0.46 |
| Hex | 76 | 70 | 7D | 6 | A | 0 | 33 | 10C | 5 | 2E |
| Octal | 166 | 160 | 175 | 6 | 12 | 0 | 63 | 414 | 5 | 56 |
| Binary | 1110110 | 1110000 | 1111101 | 110 | 1010 | 0 | 110011 | 100001100 | 101 | 101110 |
Color Harmonies of #76707D
Complementary color
Monochromatic Colors of #76707D
Black with #76707D
Text Example
Text Example
White with #76707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76707D; }
p { color: rgb(118,112,125); }
H1.HeaderClassName
{
color: #76707D;
}
.AnyTagClassName
{
color: #76707D;
}
</style>
background-color css
<style>
a { background-color: #76707D; }
a { background-color: rgb(118,112,125); }
div.DivClassName
{
background-color: #76707D;
}
.BgClassName
{
background-color: #76707D;
}
</style>
border-color css
<style>
span { border-color: #76707D; }
span { border-color: rgb(118,112,125); }
td.TdClassName
{
border-color: #76707D;
}
.TagClassName
{
border-color: #76707D;
}
</style>