Shades of Mamba #74687E
Tints of Mamba #74687E
RGB
CMYK
RGB Variations
Color information
#74687E (or 0x74687E) is known color: Mamba. HEX triplet: 74, 68 and 7E. RGB value is (116,104,126). Sum of RGB (Red+Green+Blue) = 116+104+126=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 126 - color contains mainly: blue. Hex color #74687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74687E is #8B9781. Grayscale: #6E6E6E. Windows color (decimal): -9148290 or 8284276. OLE color: 8284276.
HSL color Cylindrical-coordinate representation of color #74687E: hue angle of 272.73º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74687E is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 104 | 126 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.51 |
| HSL | 272.73º | 0.1% | 0.45% | - |
| HSV(B) | 272.73º | 0.17% | 0.49% | - |
| XYZ | 15.92 | 15.12 | 21.82 | - |
| YUV | 110.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 126 | 0.08 | 0.17 | 0 | 0.51 | 272.73 | 0.1 | 0.45 |
| Hex | 74 | 68 | 7E | 8 | 11 | 0 | 33 | 111 | A | 2D |
| Octal | 164 | 150 | 176 | 10 | 21 | 0 | 63 | 421 | 12 | 55 |
| Binary | 1110100 | 1101000 | 1111110 | 1000 | 10001 | 0 | 110011 | 100010001 | 1010 | 101101 |
Color Harmonies of #74687E
Complementary color
Monochromatic Colors of #74687E
Black with #74687E
Text Example
Text Example
White with #74687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74687E; }
p { color: rgb(116,104,126); }
H1.HeaderClassName
{
color: #74687E;
}
.AnyTagClassName
{
color: #74687E;
}
</style>
background-color css
<style>
a { background-color: #74687E; }
a { background-color: rgb(116,104,126); }
div.DivClassName
{
background-color: #74687E;
}
.BgClassName
{
background-color: #74687E;
}
</style>
border-color css
<style>
span { border-color: #74687E; }
span { border-color: rgb(116,104,126); }
td.TdClassName
{
border-color: #74687E;
}
.TagClassName
{
border-color: #74687E;
}
</style>