Shades of Mamba #747077
Tints of Mamba #747077
RGB
CMYK
RGB Variations
Color information
#747077 (or 0x747077) is known color: Mamba. HEX triplet: 74, 70 and 77. RGB value is (116,112,119). Sum of RGB (Red+Green+Blue) = 116+112+119=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 119 - color contains mainly: blue. Hex color #747077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747077 is #8B8F88. Grayscale: #717171. Windows color (decimal): -9146249 or 7827572. OLE color: 7827572.
HSL color Cylindrical-coordinate representation of color #747077: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #747077 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 112 | 119 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.53 |
| HSL | 274.29º | 0.03% | 0.45% | - |
| HSV(B) | 274.29º | 0.06% | 0.47% | - |
| XYZ | 16.33 | 16.63 | 19.8 | - |
| YUV | 113.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 119 | 0.03 | 0.06 | 0 | 0.53 | 274.29 | 0.03 | 0.45 |
| Hex | 74 | 70 | 77 | 3 | 6 | 0 | 35 | 112 | 3 | 2D |
| Octal | 164 | 160 | 167 | 3 | 6 | 0 | 65 | 422 | 3 | 55 |
| Binary | 1110100 | 1110000 | 1110111 | 11 | 110 | 0 | 110101 | 100010010 | 11 | 101101 |
Color Harmonies of #747077
Complementary color
Monochromatic Colors of #747077
Black with #747077
Text Example
Text Example
White with #747077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747077; }
p { color: rgb(116,112,119); }
H1.HeaderClassName
{
color: #747077;
}
.AnyTagClassName
{
color: #747077;
}
</style>
background-color css
<style>
a { background-color: #747077; }
a { background-color: rgb(116,112,119); }
div.DivClassName
{
background-color: #747077;
}
.BgClassName
{
background-color: #747077;
}
</style>
border-color css
<style>
span { border-color: #747077; }
span { border-color: rgb(116,112,119); }
td.TdClassName
{
border-color: #747077;
}
.TagClassName
{
border-color: #747077;
}
</style>