Shades of Monsoon #746E72
Tints of Monsoon #746E72
RGB
CMYK
RGB Variations
Color information
#746E72 (or 0x746E72) is known color: Monsoon. HEX triplet: 74, 6E and 72. RGB value is (116,110,114). Sum of RGB (Red+Green+Blue) = 116+110+114=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 116 - color contains mainly: red. Hex color #746E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E72 is #8B918D. Grayscale: #707070. Windows color (decimal): -9146766 or 7499380. OLE color: 7499380.
HSL color Cylindrical-coordinate representation of color #746E72: hue angle of 320º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #746E72 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 114 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.55 |
| HSL | 320º | 0.03% | 0.44% | - |
| HSV(B) | 320º | 0.05% | 0.45% | - |
| XYZ | 15.82 | 16.08 | 18.19 | - |
| YUV | 112.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 114 | 0 | 0.05 | 0.02 | 0.55 | 320 | 0.03 | 0.44 |
| Hex | 74 | 6E | 72 | 0 | 5 | 2 | 37 | 140 | 3 | 2C |
| Octal | 164 | 156 | 162 | 0 | 5 | 2 | 67 | 500 | 3 | 54 |
| Binary | 1110100 | 1101110 | 1110010 | 0 | 101 | 10 | 110111 | 101000000 | 11 | 101100 |
Color Harmonies of #746E72
Complementary color
Monochromatic Colors of #746E72
Black with #746E72
Text Example
Text Example
White with #746E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E72; }
p { color: rgb(116,110,114); }
H1.HeaderClassName
{
color: #746E72;
}
.AnyTagClassName
{
color: #746E72;
}
</style>
background-color css
<style>
a { background-color: #746E72; }
a { background-color: rgb(116,110,114); }
div.DivClassName
{
background-color: #746E72;
}
.BgClassName
{
background-color: #746E72;
}
</style>
border-color css
<style>
span { border-color: #746E72; }
span { border-color: rgb(116,110,114); }
td.TdClassName
{
border-color: #746E72;
}
.TagClassName
{
border-color: #746E72;
}
</style>