Shades of Monsoon #796C74
Tints of Monsoon #796C74
RGB
CMYK
RGB Variations
Color information
#796C74 (or 0x796C74) is known color: Monsoon. HEX triplet: 79, 6C and 74. RGB value is (121,108,116). Sum of RGB (Red+Green+Blue) = 121+108+116=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 121 - color contains mainly: red. Hex color #796C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C74 is #86938B. Grayscale: #707070. Windows color (decimal): -8819596 or 7629945. OLE color: 7629945.
HSL color Cylindrical-coordinate representation of color #796C74: hue angle of 323.08º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #796C74 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 116 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.53 |
| HSL | 323.08º | 0.06% | 0.45% | - |
| HSV(B) | 323.08º | 0.11% | 0.47% | - |
| XYZ | 16.4 | 16.05 | 18.76 | - |
| YUV | 112.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 116 | 0 | 0.11 | 0.04 | 0.53 | 323.08 | 0.06 | 0.45 |
| Hex | 79 | 6C | 74 | 0 | B | 4 | 35 | 143 | 6 | 2D |
| Octal | 171 | 154 | 164 | 0 | 13 | 4 | 65 | 503 | 6 | 55 |
| Binary | 1111001 | 1101100 | 1110100 | 0 | 1011 | 100 | 110101 | 101000011 | 110 | 101101 |
Color Harmonies of #796C74
Complementary color
Monochromatic Colors of #796C74
Black with #796C74
Text Example
Text Example
White with #796C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C74; }
p { color: rgb(121,108,116); }
H1.HeaderClassName
{
color: #796C74;
}
.AnyTagClassName
{
color: #796C74;
}
</style>
background-color css
<style>
a { background-color: #796C74; }
a { background-color: rgb(121,108,116); }
div.DivClassName
{
background-color: #796C74;
}
.BgClassName
{
background-color: #796C74;
}
</style>
border-color css
<style>
span { border-color: #796C74; }
span { border-color: rgb(121,108,116); }
td.TdClassName
{
border-color: #796C74;
}
.TagClassName
{
border-color: #796C74;
}
</style>