Shades of Mamba #74647D
Tints of Mamba #74647D
RGB
CMYK
RGB Variations
Color information
#74647D (or 0x74647D) is known color: Mamba. HEX triplet: 74, 64 and 7D. RGB value is (116,100,125). Sum of RGB (Red+Green+Blue) = 116+100+125=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 125 - color contains mainly: blue. Hex color #74647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74647D is #8B9B82. Grayscale: #6B6B6B. Windows color (decimal): -9149315 or 8217716. OLE color: 8217716.
HSL color Cylindrical-coordinate representation of color #74647D: hue angle of 278.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74647D is Cyan = 0.07, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 100 | 125 | - |
| CMYK | 0.07 | 0.2 | 0 | 0.51 |
| HSL | 278.4º | 0.11% | 0.44% | - |
| HSV(B) | 278.4º | 0.2% | 0.49% | - |
| XYZ | 15.46 | 14.31 | 21.35 | - |
| YUV | 107.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 125 | 0.07 | 0.2 | 0 | 0.51 | 278.4 | 0.11 | 0.44 |
| Hex | 74 | 64 | 7D | 7 | 14 | 0 | 33 | 116 | B | 2C |
| Octal | 164 | 144 | 175 | 7 | 24 | 0 | 63 | 426 | 13 | 54 |
| Binary | 1110100 | 1100100 | 1111101 | 111 | 10100 | 0 | 110011 | 100010110 | 1011 | 101100 |
Color Harmonies of #74647D
Complementary color
Monochromatic Colors of #74647D
Black with #74647D
Text Example
Text Example
White with #74647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74647D; }
p { color: rgb(116,100,125); }
H1.HeaderClassName
{
color: #74647D;
}
.AnyTagClassName
{
color: #74647D;
}
</style>
background-color css
<style>
a { background-color: #74647D; }
a { background-color: rgb(116,100,125); }
div.DivClassName
{
background-color: #74647D;
}
.BgClassName
{
background-color: #74647D;
}
</style>
border-color css
<style>
span { border-color: #74647D; }
span { border-color: rgb(116,100,125); }
td.TdClassName
{
border-color: #74647D;
}
.TagClassName
{
border-color: #74647D;
}
</style>