Shades of Monsoon #80737C
Tints of Monsoon #80737C
RGB
CMYK
RGB Variations
Color information
#80737C (or 0x80737C) is known color: Monsoon. HEX triplet: 80, 73 and 7C. RGB value is (128,115,124). Sum of RGB (Red+Green+Blue) = 128+115+124=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 128 - color contains mainly: red. Hex color #80737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80737C is #7F8C83. Grayscale: #777777. Windows color (decimal): -8359044 or 8156032. OLE color: 8156032.
HSL color Cylindrical-coordinate representation of color #80737C: hue angle of 318.46º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #80737C is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 124 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.50 |
| HSL | 318.46º | 0.05% | 0.48% | - |
| HSV(B) | 318.46º | 0.1% | 0.5% | - |
| XYZ | 18.67 | 18.31 | 21.62 | - |
| YUV | 119.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 124 | 0 | 0.10 | 0.03 | 0.50 | 318.46 | 0.05 | 0.48 |
| Hex | 80 | 73 | 7C | 0 | A | 3 | 32 | 13E | 5 | 30 |
| Octal | 200 | 163 | 174 | 0 | 12 | 3 | 62 | 476 | 5 | 60 |
| Binary | 10000000 | 1110011 | 1111100 | 0 | 1010 | 11 | 110010 | 100111110 | 101 | 110000 |
Color Harmonies of #80737C
Complementary color
Monochromatic Colors of #80737C
Black with #80737C
Text Example
Text Example
White with #80737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80737C; }
p { color: rgb(128,115,124); }
H1.HeaderClassName
{
color: #80737C;
}
.AnyTagClassName
{
color: #80737C;
}
</style>
background-color css
<style>
a { background-color: #80737C; }
a { background-color: rgb(128,115,124); }
div.DivClassName
{
background-color: #80737C;
}
.BgClassName
{
background-color: #80737C;
}
</style>
border-color css
<style>
span { border-color: #80737C; }
span { border-color: rgb(128,115,124); }
td.TdClassName
{
border-color: #80737C;
}
.TagClassName
{
border-color: #80737C;
}
</style>