Shades of Monsoon #766E73
Tints of Monsoon #766E73
RGB
CMYK
RGB Variations
Color information
#766E73 (or 0x766E73) is known color: Monsoon. HEX triplet: 76, 6E and 73. RGB value is (118,110,115). Sum of RGB (Red+Green+Blue) = 118+110+115=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 118 - color contains mainly: red. Hex color #766E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E73 is #89918C. Grayscale: #707070. Windows color (decimal): -9015693 or 7564918. OLE color: 7564918.
HSL color Cylindrical-coordinate representation of color #766E73: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #766E73 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 115 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.54 |
| HSL | 322.5º | 0.04% | 0.45% | - |
| HSV(B) | 322.5º | 0.07% | 0.46% | - |
| XYZ | 16.14 | 16.24 | 18.5 | - |
| YUV | 112.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 115 | 0 | 0.07 | 0.03 | 0.54 | 322.5 | 0.04 | 0.45 |
| Hex | 76 | 6E | 73 | 0 | 7 | 3 | 36 | 142 | 4 | 2D |
| Octal | 166 | 156 | 163 | 0 | 7 | 3 | 66 | 502 | 4 | 55 |
| Binary | 1110110 | 1101110 | 1110011 | 0 | 111 | 11 | 110110 | 101000010 | 100 | 101101 |
Color Harmonies of #766E73
Complementary color
Monochromatic Colors of #766E73
Black with #766E73
Text Example
Text Example
White with #766E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E73; }
p { color: rgb(118,110,115); }
H1.HeaderClassName
{
color: #766E73;
}
.AnyTagClassName
{
color: #766E73;
}
</style>
background-color css
<style>
a { background-color: #766E73; }
a { background-color: rgb(118,110,115); }
div.DivClassName
{
background-color: #766E73;
}
.BgClassName
{
background-color: #766E73;
}
</style>
border-color css
<style>
span { border-color: #766E73; }
span { border-color: rgb(118,110,115); }
td.TdClassName
{
border-color: #766E73;
}
.TagClassName
{
border-color: #766E73;
}
</style>