Shades of Monsoon #80747E
Tints of Monsoon #80747E
RGB
CMYK
RGB Variations
Color information
#80747E (or 0x80747E) is known color: Monsoon. HEX triplet: 80, 74 and 7E. RGB value is (128,116,126). Sum of RGB (Red+Green+Blue) = 128+116+126=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 128 - color contains mainly: red. Hex color #80747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80747E is #7F8B81. Grayscale: #787878. Windows color (decimal): -8358786 or 8287360. OLE color: 8287360.
HSL color Cylindrical-coordinate representation of color #80747E: hue angle of 310º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80747E is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 116 | 126 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.50 |
| HSL | 310º | 0.05% | 0.48% | - |
| HSV(B) | 310º | 0.09% | 0.5% | - |
| XYZ | 18.91 | 18.59 | 22.33 | - |
| YUV | 120.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 126 | 0 | 0.09 | 0.02 | 0.50 | 310 | 0.05 | 0.48 |
| Hex | 80 | 74 | 7E | 0 | 9 | 2 | 32 | 136 | 5 | 30 |
| Octal | 200 | 164 | 176 | 0 | 11 | 2 | 62 | 466 | 5 | 60 |
| Binary | 10000000 | 1110100 | 1111110 | 0 | 1001 | 10 | 110010 | 100110110 | 101 | 110000 |
Color Harmonies of #80747E
Complementary color
Monochromatic Colors of #80747E
Black with #80747E
Text Example
Text Example
White with #80747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80747E; }
p { color: rgb(128,116,126); }
H1.HeaderClassName
{
color: #80747E;
}
.AnyTagClassName
{
color: #80747E;
}
</style>
background-color css
<style>
a { background-color: #80747E; }
a { background-color: rgb(128,116,126); }
div.DivClassName
{
background-color: #80747E;
}
.BgClassName
{
background-color: #80747E;
}
</style>
border-color css
<style>
span { border-color: #80747E; }
span { border-color: rgb(128,116,126); }
td.TdClassName
{
border-color: #80747E;
}
.TagClassName
{
border-color: #80747E;
}
</style>