Shades of Monsoon #766C73
Tints of Monsoon #766C73
RGB
CMYK
RGB Variations
Color information
#766C73 (or 0x766C73) is known color: Monsoon. HEX triplet: 76, 6C and 73. RGB value is (118,108,115). Sum of RGB (Red+Green+Blue) = 118+108+115=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #766C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C73 is #89938C. Grayscale: #6F6F6F. Windows color (decimal): -9016205 or 7564406. OLE color: 7564406.
HSL color Cylindrical-coordinate representation of color #766C73: hue angle of 318º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766C73 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 115 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.54 |
| HSL | 318º | 0.04% | 0.44% | - |
| HSV(B) | 318º | 0.08% | 0.46% | - |
| XYZ | 15.93 | 15.81 | 18.43 | - |
| YUV | 111.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 115 | 0 | 0.08 | 0.03 | 0.54 | 318 | 0.04 | 0.44 |
| Hex | 76 | 6C | 73 | 0 | 8 | 3 | 36 | 13E | 4 | 2C |
| Octal | 166 | 154 | 163 | 0 | 10 | 3 | 66 | 476 | 4 | 54 |
| Binary | 1110110 | 1101100 | 1110011 | 0 | 1000 | 11 | 110110 | 100111110 | 100 | 101100 |
Color Harmonies of #766C73
Complementary color
Monochromatic Colors of #766C73
Black with #766C73
Text Example
Text Example
White with #766C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C73; }
p { color: rgb(118,108,115); }
H1.HeaderClassName
{
color: #766C73;
}
.AnyTagClassName
{
color: #766C73;
}
</style>
background-color css
<style>
a { background-color: #766C73; }
a { background-color: rgb(118,108,115); }
div.DivClassName
{
background-color: #766C73;
}
.BgClassName
{
background-color: #766C73;
}
</style>
border-color css
<style>
span { border-color: #766C73; }
span { border-color: rgb(118,108,115); }
td.TdClassName
{
border-color: #766C73;
}
.TagClassName
{
border-color: #766C73;
}
</style>