Shades of Monsoon #817A80
Tints of Monsoon #817A80
RGB
CMYK
RGB Variations
Color information
#817A80 (or 0x817A80) is known color: Monsoon. HEX triplet: 81, 7A and 80. RGB value is (129,122,128). Sum of RGB (Red+Green+Blue) = 129+122+128=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 129 - color contains mainly: red. Hex color #817A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817A80 is #7E857F. Grayscale: #7C7C7C. Windows color (decimal): -8291712 or 8419969. OLE color: 8419969.
HSL color Cylindrical-coordinate representation of color #817A80: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #817A80 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 128 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.49 |
| HSL | 308.57º | 0.03% | 0.49% | - |
| HSV(B) | 308.57º | 0.05% | 0.51% | - |
| XYZ | 19.91 | 20.14 | 23.26 | - |
| YUV | 124.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 128 | 0 | 0.05 | 0.01 | 0.49 | 308.57 | 0.03 | 0.49 |
| Hex | 81 | 7A | 80 | 0 | 5 | 1 | 31 | 135 | 3 | 31 |
| Octal | 201 | 172 | 200 | 0 | 5 | 1 | 61 | 465 | 3 | 61 |
| Binary | 10000001 | 1111010 | 10000000 | 0 | 101 | 1 | 110001 | 100110101 | 11 | 110001 |
Color Harmonies of #817A80
Complementary color
Monochromatic Colors of #817A80
Black with #817A80
Text Example
Text Example
White with #817A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A80; }
p { color: rgb(129,122,128); }
H1.HeaderClassName
{
color: #817A80;
}
.AnyTagClassName
{
color: #817A80;
}
</style>
background-color css
<style>
a { background-color: #817A80; }
a { background-color: rgb(129,122,128); }
div.DivClassName
{
background-color: #817A80;
}
.BgClassName
{
background-color: #817A80;
}
</style>
border-color css
<style>
span { border-color: #817A80; }
span { border-color: rgb(129,122,128); }
td.TdClassName
{
border-color: #817A80;
}
.TagClassName
{
border-color: #817A80;
}
</style>