Shades of Monsoon #80737E
Tints of Monsoon #80737E
RGB
CMYK
RGB Variations
Color information
#80737E (or 0x80737E) is known color: Monsoon. HEX triplet: 80, 73 and 7E. RGB value is (128,115,126). Sum of RGB (Red+Green+Blue) = 128+115+126=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 128 - color contains mainly: red. Hex color #80737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80737E is #7F8C81. Grayscale: #787878. Windows color (decimal): -8359042 or 8287104. OLE color: 8287104.
HSL color Cylindrical-coordinate representation of color #80737E: hue angle of 309.23º 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 #80737E is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 126 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.50 |
| HSL | 309.23º | 0.05% | 0.48% | - |
| HSV(B) | 309.23º | 0.1% | 0.5% | - |
| XYZ | 18.8 | 18.36 | 22.29 | - |
| YUV | 120.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 126 | 0 | 0.10 | 0.02 | 0.50 | 309.23 | 0.05 | 0.48 |
| Hex | 80 | 73 | 7E | 0 | A | 2 | 32 | 135 | 5 | 30 |
| Octal | 200 | 163 | 176 | 0 | 12 | 2 | 62 | 465 | 5 | 60 |
| Binary | 10000000 | 1110011 | 1111110 | 0 | 1010 | 10 | 110010 | 100110101 | 101 | 110000 |
Color Harmonies of #80737E
Complementary color
Monochromatic Colors of #80737E
Black with #80737E
Text Example
Text Example
White with #80737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80737E; }
p { color: rgb(128,115,126); }
H1.HeaderClassName
{
color: #80737E;
}
.AnyTagClassName
{
color: #80737E;
}
</style>
background-color css
<style>
a { background-color: #80737E; }
a { background-color: rgb(128,115,126); }
div.DivClassName
{
background-color: #80737E;
}
.BgClassName
{
background-color: #80737E;
}
</style>
border-color css
<style>
span { border-color: #80737E; }
span { border-color: rgb(128,115,126); }
td.TdClassName
{
border-color: #80737E;
}
.TagClassName
{
border-color: #80737E;
}
</style>