Shades of Monsoon #796B76
Tints of Monsoon #796B76
RGB
CMYK
RGB Variations
Color information
#796B76 (or 0x796B76) is known color: Monsoon. HEX triplet: 79, 6B and 76. RGB value is (121,107,118). Sum of RGB (Red+Green+Blue) = 121+107+118=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 121 - color contains mainly: red. Hex color #796B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B76 is #869489. Grayscale: #707070. Windows color (decimal): -8819850 or 7760761. OLE color: 7760761.
HSL color Cylindrical-coordinate representation of color #796B76: hue angle of 312.86º degrees, saturation: 0.06, 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 #796B76 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 107 | 118 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.53 |
| HSL | 312.86º | 0.06% | 0.45% | - |
| HSV(B) | 312.86º | 0.12% | 0.47% | - |
| XYZ | 16.41 | 15.89 | 19.34 | - |
| YUV | 112.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 118 | 0 | 0.12 | 0.02 | 0.53 | 312.86 | 0.06 | 0.45 |
| Hex | 79 | 6B | 76 | 0 | C | 2 | 35 | 139 | 6 | 2D |
| Octal | 171 | 153 | 166 | 0 | 14 | 2 | 65 | 471 | 6 | 55 |
| Binary | 1111001 | 1101011 | 1110110 | 0 | 1100 | 10 | 110101 | 100111001 | 110 | 101101 |
Color Harmonies of #796B76
Complementary color
Monochromatic Colors of #796B76
Black with #796B76
Text Example
Text Example
White with #796B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B76; }
p { color: rgb(121,107,118); }
H1.HeaderClassName
{
color: #796B76;
}
.AnyTagClassName
{
color: #796B76;
}
</style>
background-color css
<style>
a { background-color: #796B76; }
a { background-color: rgb(121,107,118); }
div.DivClassName
{
background-color: #796B76;
}
.BgClassName
{
background-color: #796B76;
}
</style>
border-color css
<style>
span { border-color: #796B76; }
span { border-color: rgb(121,107,118); }
td.TdClassName
{
border-color: #796B76;
}
.TagClassName
{
border-color: #796B76;
}
</style>