Shades of Monsoon #796A73
Tints of Monsoon #796A73
RGB
CMYK
RGB Variations
Color information
#796A73 (or 0x796A73) is known color: Monsoon. HEX triplet: 79, 6A and 73. RGB value is (121,106,115). Sum of RGB (Red+Green+Blue) = 121+106+115=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #796A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A73 is #86958C. Grayscale: #6F6F6F. Windows color (decimal): -8820109 or 7563897. OLE color: 7563897.
HSL color Cylindrical-coordinate representation of color #796A73: hue angle of 324º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #796A73 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 115 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.53 |
| HSL | 324º | 0.07% | 0.45% | - |
| HSV(B) | 324º | 0.12% | 0.47% | - |
| XYZ | 16.13 | 15.61 | 18.38 | - |
| YUV | 111.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 115 | 0 | 0.12 | 0.05 | 0.53 | 324 | 0.07 | 0.45 |
| Hex | 79 | 6A | 73 | 0 | C | 5 | 35 | 144 | 7 | 2D |
| Octal | 171 | 152 | 163 | 0 | 14 | 5 | 65 | 504 | 7 | 55 |
| Binary | 1111001 | 1101010 | 1110011 | 0 | 1100 | 101 | 110101 | 101000100 | 111 | 101101 |
Color Harmonies of #796A73
Complementary color
Monochromatic Colors of #796A73
Black with #796A73
Text Example
Text Example
White with #796A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A73; }
p { color: rgb(121,106,115); }
H1.HeaderClassName
{
color: #796A73;
}
.AnyTagClassName
{
color: #796A73;
}
</style>
background-color css
<style>
a { background-color: #796A73; }
a { background-color: rgb(121,106,115); }
div.DivClassName
{
background-color: #796A73;
}
.BgClassName
{
background-color: #796A73;
}
</style>
border-color css
<style>
span { border-color: #796A73; }
span { border-color: rgb(121,106,115); }
td.TdClassName
{
border-color: #796A73;
}
.TagClassName
{
border-color: #796A73;
}
</style>