Shades of Mamba #74657E
Tints of Mamba #74657E
RGB
CMYK
RGB Variations
Color information
#74657E (or 0x74657E) is known color: Mamba. HEX triplet: 74, 65 and 7E. RGB value is (116,101,126). Sum of RGB (Red+Green+Blue) = 116+101+126=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 126 - color contains mainly: blue. Hex color #74657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74657E is #8B9A81. Grayscale: #6C6C6C. Windows color (decimal): -9149058 or 8283508. OLE color: 8283508.
HSL color Cylindrical-coordinate representation of color #74657E: hue angle of 276º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74657E is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 101 | 126 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.51 |
| HSL | 276º | 0.11% | 0.45% | - |
| HSV(B) | 276º | 0.2% | 0.49% | - |
| XYZ | 15.62 | 14.53 | 21.72 | - |
| YUV | 108.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 126 | 0.08 | 0.20 | 0 | 0.51 | 276 | 0.11 | 0.45 |
| Hex | 74 | 65 | 7E | 8 | 14 | 0 | 33 | 114 | B | 2D |
| Octal | 164 | 145 | 176 | 10 | 24 | 0 | 63 | 424 | 13 | 55 |
| Binary | 1110100 | 1100101 | 1111110 | 1000 | 10100 | 0 | 110011 | 100010100 | 1011 | 101101 |
Color Harmonies of #74657E
Complementary color
Monochromatic Colors of #74657E
Black with #74657E
Text Example
Text Example
White with #74657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74657E; }
p { color: rgb(116,101,126); }
H1.HeaderClassName
{
color: #74657E;
}
.AnyTagClassName
{
color: #74657E;
}
</style>
background-color css
<style>
a { background-color: #74657E; }
a { background-color: rgb(116,101,126); }
div.DivClassName
{
background-color: #74657E;
}
.BgClassName
{
background-color: #74657E;
}
</style>
border-color css
<style>
span { border-color: #74657E; }
span { border-color: rgb(116,101,126); }
td.TdClassName
{
border-color: #74657E;
}
.TagClassName
{
border-color: #74657E;
}
</style>