Shades of Monsoon #80727E
Tints of Monsoon #80727E
RGB
CMYK
RGB Variations
Color information
#80727E (or 0x80727E) is known color: Monsoon. HEX triplet: 80, 72 and 7E. RGB value is (128,114,126). Sum of RGB (Red+Green+Blue) = 128+114+126=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 128 - color contains mainly: red. Hex color #80727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80727E is #7F8D81. Grayscale: #777777. Windows color (decimal): -8359298 or 8286848. OLE color: 8286848.
HSL color Cylindrical-coordinate representation of color #80727E: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #80727E is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 126 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.50 |
| HSL | 308.57º | 0.06% | 0.47% | - |
| HSV(B) | 308.57º | 0.11% | 0.5% | - |
| XYZ | 18.69 | 18.13 | 22.25 | - |
| YUV | 119.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 126 | 0 | 0.11 | 0.02 | 0.50 | 308.57 | 0.06 | 0.47 |
| Hex | 80 | 72 | 7E | 0 | B | 2 | 32 | 135 | 6 | 2F |
| Octal | 200 | 162 | 176 | 0 | 13 | 2 | 62 | 465 | 6 | 57 |
| Binary | 10000000 | 1110010 | 1111110 | 0 | 1011 | 10 | 110010 | 100110101 | 110 | 101111 |
Color Harmonies of #80727E
Complementary color
Monochromatic Colors of #80727E
Black with #80727E
Text Example
Text Example
White with #80727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80727E; }
p { color: rgb(128,114,126); }
H1.HeaderClassName
{
color: #80727E;
}
.AnyTagClassName
{
color: #80727E;
}
</style>
background-color css
<style>
a { background-color: #80727E; }
a { background-color: rgb(128,114,126); }
div.DivClassName
{
background-color: #80727E;
}
.BgClassName
{
background-color: #80727E;
}
</style>
border-color css
<style>
span { border-color: #80727E; }
span { border-color: rgb(128,114,126); }
td.TdClassName
{
border-color: #80727E;
}
.TagClassName
{
border-color: #80727E;
}
</style>