Shades of Mamba #74707A
Tints of Mamba #74707A
RGB
CMYK
RGB Variations
Color information
#74707A (or 0x74707A) is known color: Mamba. HEX triplet: 74, 70 and 7A. RGB value is (116,112,122). Sum of RGB (Red+Green+Blue) = 116+112+122=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 122 - color contains mainly: blue. Hex color #74707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74707A is #8B8F85. Grayscale: #727272. Windows color (decimal): -9146246 or 8024180. OLE color: 8024180.
HSL color Cylindrical-coordinate representation of color #74707A: hue angle of 264º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #74707A is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 112 | 122 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.52 |
| HSL | 264º | 0.04% | 0.46% | - |
| HSV(B) | 264º | 0.08% | 0.48% | - |
| XYZ | 16.51 | 16.71 | 20.77 | - |
| YUV | 114.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 122 | 0.05 | 0.08 | 0 | 0.52 | 264 | 0.04 | 0.46 |
| Hex | 74 | 70 | 7A | 5 | 8 | 0 | 34 | 108 | 4 | 2E |
| Octal | 164 | 160 | 172 | 5 | 10 | 0 | 64 | 410 | 4 | 56 |
| Binary | 1110100 | 1110000 | 1111010 | 101 | 1000 | 0 | 110100 | 100001000 | 100 | 101110 |
Color Harmonies of #74707A
Complementary color
Monochromatic Colors of #74707A
Black with #74707A
Text Example
Text Example
White with #74707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74707A; }
p { color: rgb(116,112,122); }
H1.HeaderClassName
{
color: #74707A;
}
.AnyTagClassName
{
color: #74707A;
}
</style>
background-color css
<style>
a { background-color: #74707A; }
a { background-color: rgb(116,112,122); }
div.DivClassName
{
background-color: #74707A;
}
.BgClassName
{
background-color: #74707A;
}
</style>
border-color css
<style>
span { border-color: #74707A; }
span { border-color: rgb(116,112,122); }
td.TdClassName
{
border-color: #74707A;
}
.TagClassName
{
border-color: #74707A;
}
</style>