Shades of Monsoon #766D72
Tints of Monsoon #766D72
RGB
CMYK
RGB Variations
Color information
#766D72 (or 0x766D72) is known color: Monsoon. HEX triplet: 76, 6D and 72. RGB value is (118,109,114). Sum of RGB (Red+Green+Blue) = 118+109+114=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #766D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D72 is #89928D. Grayscale: #707070. Windows color (decimal): -9015950 or 7499126. OLE color: 7499126.
HSL color Cylindrical-coordinate representation of color #766D72: hue angle of 326.67º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766D72 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 114 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.54 |
| HSL | 326.67º | 0.04% | 0.45% | - |
| HSV(B) | 326.67º | 0.08% | 0.46% | - |
| XYZ | 15.98 | 16 | 18.17 | - |
| YUV | 112.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 114 | 0 | 0.08 | 0.03 | 0.54 | 326.67 | 0.04 | 0.45 |
| Hex | 76 | 6D | 72 | 0 | 8 | 3 | 36 | 147 | 4 | 2D |
| Octal | 166 | 155 | 162 | 0 | 10 | 3 | 66 | 507 | 4 | 55 |
| Binary | 1110110 | 1101101 | 1110010 | 0 | 1000 | 11 | 110110 | 101000111 | 100 | 101101 |
Color Harmonies of #766D72
Complementary color
Monochromatic Colors of #766D72
Black with #766D72
Text Example
Text Example
White with #766D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D72; }
p { color: rgb(118,109,114); }
H1.HeaderClassName
{
color: #766D72;
}
.AnyTagClassName
{
color: #766D72;
}
</style>
background-color css
<style>
a { background-color: #766D72; }
a { background-color: rgb(118,109,114); }
div.DivClassName
{
background-color: #766D72;
}
.BgClassName
{
background-color: #766D72;
}
</style>
border-color css
<style>
span { border-color: #766D72; }
span { border-color: rgb(118,109,114); }
td.TdClassName
{
border-color: #766D72;
}
.TagClassName
{
border-color: #766D72;
}
</style>