Shades of Monsoon #817E80
Tints of Monsoon #817E80
RGB
CMYK
RGB Variations
Color information
#817E80 (or 0x817E80) is known color: Monsoon. HEX triplet: 81, 7E and 80. RGB value is (129,126,128). Sum of RGB (Red+Green+Blue) = 129+126+128=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 129 - color contains mainly: red. Hex color #817E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817E80 is #7E817F. Grayscale: #7F7F7F. Windows color (decimal): -8290688 or 8420993. OLE color: 8420993.
HSL color Cylindrical-coordinate representation of color #817E80: hue angle of 320º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #817E80 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 128 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.49 |
| HSL | 320º | 0.01% | 0.5% | - |
| HSV(B) | 320º | 0.02% | 0.51% | - |
| XYZ | 20.41 | 21.15 | 23.43 | - |
| YUV | 127.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 128 | 0 | 0.02 | 0.01 | 0.49 | 320 | 0.01 | 0.5 |
| Hex | 81 | 7E | 80 | 0 | 2 | 1 | 31 | 140 | 1 | 32 |
| Octal | 201 | 176 | 200 | 0 | 2 | 1 | 61 | 500 | 1 | 62 |
| Binary | 10000001 | 1111110 | 10000000 | 0 | 10 | 1 | 110001 | 101000000 | 1 | 110010 |
Color Harmonies of #817E80
Complementary color
Monochromatic Colors of #817E80
Black with #817E80
Text Example
Text Example
White with #817E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E80; }
p { color: rgb(129,126,128); }
H1.HeaderClassName
{
color: #817E80;
}
.AnyTagClassName
{
color: #817E80;
}
</style>
background-color css
<style>
a { background-color: #817E80; }
a { background-color: rgb(129,126,128); }
div.DivClassName
{
background-color: #817E80;
}
.BgClassName
{
background-color: #817E80;
}
</style>
border-color css
<style>
span { border-color: #817E80; }
span { border-color: rgb(129,126,128); }
td.TdClassName
{
border-color: #817E80;
}
.TagClassName
{
border-color: #817E80;
}
</style>