Shades of Monsoon #807F80
Tints of Monsoon #807F80
RGB
CMYK
RGB Variations
Color information
#807F80 (or 0x807F80) is known color: Monsoon. HEX triplet: 80, 7F and 80. RGB value is (128,127,128). Sum of RGB (Red+Green+Blue) = 128+127+128=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #807F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807F80 is #7F807F. Grayscale: #7F7F7F. Windows color (decimal): -8355968 or 8421248. OLE color: 8421248.
HSL color Cylindrical-coordinate representation of color #807F80: hue angle of 300º degrees, saturation: 0, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #807F80 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 128 | - |
| CMYK | 0 | 0.01 | 0 | 0.50 |
| HSL | 300º | 0% | 0.5% | - |
| HSV(B) | 300º | 0.01% | 0.5% | - |
| XYZ | 20.39 | 21.33 | 23.46 | - |
| YUV | 127.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 128 | 0 | 0.01 | 0 | 0.50 | 300 | 0 | 0.5 |
| Hex | 80 | 7F | 80 | 0 | 1 | 0 | 32 | 12C | 0 | 32 |
| Octal | 200 | 177 | 200 | 0 | 1 | 0 | 62 | 454 | 0 | 62 |
| Binary | 10000000 | 1111111 | 10000000 | 0 | 1 | 0 | 110010 | 100101100 | 0 | 110010 |
Color Harmonies of #807F80
Complementary color
Monochromatic Colors of #807F80
Black with #807F80
Text Example
Text Example
White with #807F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F80; }
p { color: rgb(128,127,128); }
H1.HeaderClassName
{
color: #807F80;
}
.AnyTagClassName
{
color: #807F80;
}
</style>
background-color css
<style>
a { background-color: #807F80; }
a { background-color: rgb(128,127,128); }
div.DivClassName
{
background-color: #807F80;
}
.BgClassName
{
background-color: #807F80;
}
</style>
border-color css
<style>
span { border-color: #807F80; }
span { border-color: rgb(128,127,128); }
td.TdClassName
{
border-color: #807F80;
}
.TagClassName
{
border-color: #807F80;
}
</style>