Shades of Monsoon #776A72
Tints of Monsoon #776A72
RGB
CMYK
RGB Variations
Color information
#776A72 (or 0x776A72) is known color: Monsoon. HEX triplet: 77, 6A and 72. RGB value is (119,106,114). Sum of RGB (Red+Green+Blue) = 119+106+114=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #776A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A72 is #88958D. Grayscale: #6E6E6E. Windows color (decimal): -8951182 or 7498359. OLE color: 7498359.
HSL color Cylindrical-coordinate representation of color #776A72: hue angle of 323.08º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #776A72 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 114 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.53 |
| HSL | 323.08º | 0.06% | 0.44% | - |
| HSV(B) | 323.08º | 0.11% | 0.47% | - |
| XYZ | 15.8 | 15.44 | 18.07 | - |
| YUV | 110.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 114 | 0 | 0.11 | 0.04 | 0.53 | 323.08 | 0.06 | 0.44 |
| Hex | 77 | 6A | 72 | 0 | B | 4 | 35 | 143 | 6 | 2C |
| Octal | 167 | 152 | 162 | 0 | 13 | 4 | 65 | 503 | 6 | 54 |
| Binary | 1110111 | 1101010 | 1110010 | 0 | 1011 | 100 | 110101 | 101000011 | 110 | 101100 |
Color Harmonies of #776A72
Complementary color
Monochromatic Colors of #776A72
Black with #776A72
Text Example
Text Example
White with #776A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A72; }
p { color: rgb(119,106,114); }
H1.HeaderClassName
{
color: #776A72;
}
.AnyTagClassName
{
color: #776A72;
}
</style>
background-color css
<style>
a { background-color: #776A72; }
a { background-color: rgb(119,106,114); }
div.DivClassName
{
background-color: #776A72;
}
.BgClassName
{
background-color: #776A72;
}
</style>
border-color css
<style>
span { border-color: #776A72; }
span { border-color: rgb(119,106,114); }
td.TdClassName
{
border-color: #776A72;
}
.TagClassName
{
border-color: #776A72;
}
</style>