Shades of Monsoon #776A73
Tints of Monsoon #776A73
RGB
CMYK
RGB Variations
Color information
#776A73 (or 0x776A73) is known color: Monsoon. HEX triplet: 77, 6A and 73. RGB value is (119,106,115). Sum of RGB (Red+Green+Blue) = 119+106+115=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #776A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A73 is #88958C. Grayscale: #6E6E6E. Windows color (decimal): -8951181 or 7563895. OLE color: 7563895.
HSL color Cylindrical-coordinate representation of color #776A73: hue angle of 318.46º 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 #776A73 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 115 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.53 |
| HSL | 318.46º | 0.06% | 0.44% | - |
| HSV(B) | 318.46º | 0.11% | 0.47% | - |
| XYZ | 15.86 | 15.47 | 18.37 | - |
| YUV | 110.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 115 | 0 | 0.11 | 0.03 | 0.53 | 318.46 | 0.06 | 0.44 |
| Hex | 77 | 6A | 73 | 0 | B | 3 | 35 | 13E | 6 | 2C |
| Octal | 167 | 152 | 163 | 0 | 13 | 3 | 65 | 476 | 6 | 54 |
| Binary | 1110111 | 1101010 | 1110011 | 0 | 1011 | 11 | 110101 | 100111110 | 110 | 101100 |
Color Harmonies of #776A73
Complementary color
Monochromatic Colors of #776A73
Black with #776A73
Text Example
Text Example
White with #776A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A73; }
p { color: rgb(119,106,115); }
H1.HeaderClassName
{
color: #776A73;
}
.AnyTagClassName
{
color: #776A73;
}
</style>
background-color css
<style>
a { background-color: #776A73; }
a { background-color: rgb(119,106,115); }
div.DivClassName
{
background-color: #776A73;
}
.BgClassName
{
background-color: #776A73;
}
</style>
border-color css
<style>
span { border-color: #776A73; }
span { border-color: rgb(119,106,115); }
td.TdClassName
{
border-color: #776A73;
}
.TagClassName
{
border-color: #776A73;
}
</style>