Shades of Monsoon #806374
Tints of Monsoon #806374
RGB
CMYK
RGB Variations
Color information
#806374 (or 0x806374) is known color: Monsoon. HEX triplet: 80, 63 and 74. RGB value is (128,99,116). Sum of RGB (Red+Green+Blue) = 128+99+116=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #806374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806374 is #7F9C8B. Grayscale: #6D6D6D. Windows color (decimal): -8363148 or 7627648. OLE color: 7627648.
HSL color Cylindrical-coordinate representation of color #806374: hue angle of 324.83º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806374 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 99 | 116 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.50 |
| HSL | 324.83º | 0.13% | 0.45% | - |
| HSV(B) | 324.83º | 0.23% | 0.5% | - |
| XYZ | 16.52 | 14.77 | 18.5 | - |
| YUV | 109.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 116 | 0 | 0.23 | 0.09 | 0.50 | 324.83 | 0.13 | 0.45 |
| Hex | 80 | 63 | 74 | 0 | 17 | 9 | 32 | 145 | D | 2D |
| Octal | 200 | 143 | 164 | 0 | 27 | 11 | 62 | 505 | 15 | 55 |
| Binary | 10000000 | 1100011 | 1110100 | 0 | 10111 | 1001 | 110010 | 101000101 | 1101 | 101101 |
Color Harmonies of #806374
Complementary color
Monochromatic Colors of #806374
Black with #806374
Text Example
Text Example
White with #806374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806374; }
p { color: rgb(128,99,116); }
H1.HeaderClassName
{
color: #806374;
}
.AnyTagClassName
{
color: #806374;
}
</style>
background-color css
<style>
a { background-color: #806374; }
a { background-color: rgb(128,99,116); }
div.DivClassName
{
background-color: #806374;
}
.BgClassName
{
background-color: #806374;
}
</style>
border-color css
<style>
span { border-color: #806374; }
span { border-color: rgb(128,99,116); }
td.TdClassName
{
border-color: #806374;
}
.TagClassName
{
border-color: #806374;
}
</style>