Shades of Monsoon #776B74
Tints of Monsoon #776B74
RGB
CMYK
RGB Variations
Color information
#776B74 (or 0x776B74) is known color: Monsoon. HEX triplet: 77, 6B and 74. RGB value is (119,107,116). Sum of RGB (Red+Green+Blue) = 119+107+116=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #776B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B74 is #88948B. Grayscale: #6F6F6F. Windows color (decimal): -8950924 or 7629687. OLE color: 7629687.
HSL color Cylindrical-coordinate representation of color #776B74: hue angle of 315º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #776B74 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 116 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.53 |
| HSL | 315º | 0.05% | 0.44% | - |
| HSV(B) | 315º | 0.1% | 0.47% | - |
| XYZ | 16.02 | 15.7 | 18.71 | - |
| YUV | 111.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 116 | 0 | 0.10 | 0.03 | 0.53 | 315 | 0.05 | 0.44 |
| Hex | 77 | 6B | 74 | 0 | A | 3 | 35 | 13B | 5 | 2C |
| Octal | 167 | 153 | 164 | 0 | 12 | 3 | 65 | 473 | 5 | 54 |
| Binary | 1110111 | 1101011 | 1110100 | 0 | 1010 | 11 | 110101 | 100111011 | 101 | 101100 |
Color Harmonies of #776B74
Complementary color
Monochromatic Colors of #776B74
Black with #776B74
Text Example
Text Example
White with #776B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B74; }
p { color: rgb(119,107,116); }
H1.HeaderClassName
{
color: #776B74;
}
.AnyTagClassName
{
color: #776B74;
}
</style>
background-color css
<style>
a { background-color: #776B74; }
a { background-color: rgb(119,107,116); }
div.DivClassName
{
background-color: #776B74;
}
.BgClassName
{
background-color: #776B74;
}
</style>
border-color css
<style>
span { border-color: #776B74; }
span { border-color: rgb(119,107,116); }
td.TdClassName
{
border-color: #776B74;
}
.TagClassName
{
border-color: #776B74;
}
</style>