Shades of Monsoon #766D73
Tints of Monsoon #766D73
RGB
CMYK
RGB Variations
Color information
#766D73 (or 0x766D73) is known color: Monsoon. HEX triplet: 76, 6D and 73. RGB value is (118,109,115). Sum of RGB (Red+Green+Blue) = 118+109+115=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #766D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D73 is #89928C. Grayscale: #707070. Windows color (decimal): -9015949 or 7564662. OLE color: 7564662.
HSL color Cylindrical-coordinate representation of color #766D73: hue angle of 320º 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 #766D73 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 115 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.54 |
| HSL | 320º | 0.04% | 0.45% | - |
| HSV(B) | 320º | 0.08% | 0.46% | - |
| XYZ | 16.03 | 16.03 | 18.47 | - |
| YUV | 112.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 115 | 0 | 0.08 | 0.03 | 0.54 | 320 | 0.04 | 0.45 |
| Hex | 76 | 6D | 73 | 0 | 8 | 3 | 36 | 140 | 4 | 2D |
| Octal | 166 | 155 | 163 | 0 | 10 | 3 | 66 | 500 | 4 | 55 |
| Binary | 1110110 | 1101101 | 1110011 | 0 | 1000 | 11 | 110110 | 101000000 | 100 | 101101 |
Color Harmonies of #766D73
Complementary color
Monochromatic Colors of #766D73
Black with #766D73
Text Example
Text Example
White with #766D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D73; }
p { color: rgb(118,109,115); }
H1.HeaderClassName
{
color: #766D73;
}
.AnyTagClassName
{
color: #766D73;
}
</style>
background-color css
<style>
a { background-color: #766D73; }
a { background-color: rgb(118,109,115); }
div.DivClassName
{
background-color: #766D73;
}
.BgClassName
{
background-color: #766D73;
}
</style>
border-color css
<style>
span { border-color: #766D73; }
span { border-color: rgb(118,109,115); }
td.TdClassName
{
border-color: #766D73;
}
.TagClassName
{
border-color: #766D73;
}
</style>