Shades of Monsoon #80717C
Tints of Monsoon #80717C
RGB
CMYK
RGB Variations
Color information
#80717C (or 0x80717C) is known color: Monsoon. HEX triplet: 80, 71 and 7C. RGB value is (128,113,124). Sum of RGB (Red+Green+Blue) = 128+113+124=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 128 - color contains mainly: red. Hex color #80717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80717C is #7F8E83. Grayscale: #767676. Windows color (decimal): -8359556 or 8155520. OLE color: 8155520.
HSL color Cylindrical-coordinate representation of color #80717C: hue angle of 316º 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 #80717C is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 124 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.50 |
| HSL | 316º | 0.06% | 0.47% | - |
| HSV(B) | 316º | 0.12% | 0.5% | - |
| XYZ | 18.45 | 17.85 | 21.54 | - |
| YUV | 118.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 124 | 0 | 0.12 | 0.03 | 0.50 | 316 | 0.06 | 0.47 |
| Hex | 80 | 71 | 7C | 0 | C | 3 | 32 | 13C | 6 | 2F |
| Octal | 200 | 161 | 174 | 0 | 14 | 3 | 62 | 474 | 6 | 57 |
| Binary | 10000000 | 1110001 | 1111100 | 0 | 1100 | 11 | 110010 | 100111100 | 110 | 101111 |
Color Harmonies of #80717C
Complementary color
Monochromatic Colors of #80717C
Black with #80717C
Text Example
Text Example
White with #80717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80717C; }
p { color: rgb(128,113,124); }
H1.HeaderClassName
{
color: #80717C;
}
.AnyTagClassName
{
color: #80717C;
}
</style>
background-color css
<style>
a { background-color: #80717C; }
a { background-color: rgb(128,113,124); }
div.DivClassName
{
background-color: #80717C;
}
.BgClassName
{
background-color: #80717C;
}
</style>
border-color css
<style>
span { border-color: #80717C; }
span { border-color: rgb(128,113,124); }
td.TdClassName
{
border-color: #80717C;
}
.TagClassName
{
border-color: #80717C;
}
</style>