Shades of Monsoon #776C72
Tints of Monsoon #776C72
RGB
CMYK
RGB Variations
Color information
#776C72 (or 0x776C72) is known color: Monsoon. HEX triplet: 77, 6C and 72. RGB value is (119,108,114). Sum of RGB (Red+Green+Blue) = 119+108+114=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #776C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C72 is #88938D. Grayscale: #6F6F6F. Windows color (decimal): -8950670 or 7498871. OLE color: 7498871.
HSL color Cylindrical-coordinate representation of color #776C72: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #776C72 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 114 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.53 |
| HSL | 327.27º | 0.05% | 0.45% | - |
| HSV(B) | 327.27º | 0.09% | 0.47% | - |
| XYZ | 16.01 | 15.86 | 18.14 | - |
| YUV | 111.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 114 | 0 | 0.09 | 0.04 | 0.53 | 327.27 | 0.05 | 0.45 |
| Hex | 77 | 6C | 72 | 0 | 9 | 4 | 35 | 147 | 5 | 2D |
| Octal | 167 | 154 | 162 | 0 | 11 | 4 | 65 | 507 | 5 | 55 |
| Binary | 1110111 | 1101100 | 1110010 | 0 | 1001 | 100 | 110101 | 101000111 | 101 | 101101 |
Color Harmonies of #776C72
Complementary color
Monochromatic Colors of #776C72
Black with #776C72
Text Example
Text Example
White with #776C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C72; }
p { color: rgb(119,108,114); }
H1.HeaderClassName
{
color: #776C72;
}
.AnyTagClassName
{
color: #776C72;
}
</style>
background-color css
<style>
a { background-color: #776C72; }
a { background-color: rgb(119,108,114); }
div.DivClassName
{
background-color: #776C72;
}
.BgClassName
{
background-color: #776C72;
}
</style>
border-color css
<style>
span { border-color: #776C72; }
span { border-color: rgb(119,108,114); }
td.TdClassName
{
border-color: #776C72;
}
.TagClassName
{
border-color: #776C72;
}
</style>