Shades of Monsoon #766B73
Tints of Monsoon #766B73
RGB
CMYK
RGB Variations
Color information
#766B73 (or 0x766B73) is known color: Monsoon. HEX triplet: 76, 6B and 73. RGB value is (118,107,115). Sum of RGB (Red+Green+Blue) = 118+107+115=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #766B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B73 is #89948C. Grayscale: #6F6F6F. Windows color (decimal): -9016461 or 7564150. OLE color: 7564150.
HSL color Cylindrical-coordinate representation of color #766B73: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #766B73 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 115 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.54 |
| HSL | 316.36º | 0.05% | 0.44% | - |
| HSV(B) | 316.36º | 0.09% | 0.46% | - |
| XYZ | 15.82 | 15.6 | 18.4 | - |
| YUV | 111.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 115 | 0 | 0.09 | 0.03 | 0.54 | 316.36 | 0.05 | 0.44 |
| Hex | 76 | 6B | 73 | 0 | 9 | 3 | 36 | 13C | 5 | 2C |
| Octal | 166 | 153 | 163 | 0 | 11 | 3 | 66 | 474 | 5 | 54 |
| Binary | 1110110 | 1101011 | 1110011 | 0 | 1001 | 11 | 110110 | 100111100 | 101 | 101100 |
Color Harmonies of #766B73
Complementary color
Monochromatic Colors of #766B73
Black with #766B73
Text Example
Text Example
White with #766B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B73; }
p { color: rgb(118,107,115); }
H1.HeaderClassName
{
color: #766B73;
}
.AnyTagClassName
{
color: #766B73;
}
</style>
background-color css
<style>
a { background-color: #766B73; }
a { background-color: rgb(118,107,115); }
div.DivClassName
{
background-color: #766B73;
}
.BgClassName
{
background-color: #766B73;
}
</style>
border-color css
<style>
span { border-color: #766B73; }
span { border-color: rgb(118,107,115); }
td.TdClassName
{
border-color: #766B73;
}
.TagClassName
{
border-color: #766B73;
}
</style>