Shades of Monsoon #80717E
Tints of Monsoon #80717E
RGB
CMYK
RGB Variations
Color information
#80717E (or 0x80717E) is known color: Monsoon. HEX triplet: 80, 71 and 7E. RGB value is (128,113,126). Sum of RGB (Red+Green+Blue) = 128+113+126=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 128 - color contains mainly: red. Hex color #80717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80717E is #7F8E81. Grayscale: #767676. Windows color (decimal): -8359554 or 8286592. OLE color: 8286592.
HSL color Cylindrical-coordinate representation of color #80717E: hue angle of 308º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #80717E is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 126 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.50 |
| HSL | 308º | 0.06% | 0.47% | - |
| HSV(B) | 308º | 0.12% | 0.5% | - |
| XYZ | 18.57 | 17.91 | 22.22 | - |
| YUV | 118.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 126 | 0 | 0.12 | 0.02 | 0.50 | 308 | 0.06 | 0.47 |
| Hex | 80 | 71 | 7E | 0 | C | 2 | 32 | 134 | 6 | 2F |
| Octal | 200 | 161 | 176 | 0 | 14 | 2 | 62 | 464 | 6 | 57 |
| Binary | 10000000 | 1110001 | 1111110 | 0 | 1100 | 10 | 110010 | 100110100 | 110 | 101111 |
Color Harmonies of #80717E
Complementary color
Monochromatic Colors of #80717E
Black with #80717E
Text Example
Text Example
White with #80717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80717E; }
p { color: rgb(128,113,126); }
H1.HeaderClassName
{
color: #80717E;
}
.AnyTagClassName
{
color: #80717E;
}
</style>
background-color css
<style>
a { background-color: #80717E; }
a { background-color: rgb(128,113,126); }
div.DivClassName
{
background-color: #80717E;
}
.BgClassName
{
background-color: #80717E;
}
</style>
border-color css
<style>
span { border-color: #80717E; }
span { border-color: rgb(128,113,126); }
td.TdClassName
{
border-color: #80717E;
}
.TagClassName
{
border-color: #80717E;
}
</style>