Shades of Monsoon #81767C
Tints of Monsoon #81767C
RGB
CMYK
RGB Variations
Color information
#81767C (or 0x81767C) is known color: Monsoon. HEX triplet: 81, 76 and 7C. RGB value is (129,118,124). Sum of RGB (Red+Green+Blue) = 129+118+124=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 129 - color contains mainly: red. Hex color #81767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81767C is #7E8983. Grayscale: #797979. Windows color (decimal): -8292740 or 8156801. OLE color: 8156801.
HSL color Cylindrical-coordinate representation of color #81767C: hue angle of 327.27º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81767C is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 118 | 124 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.49 |
| HSL | 327.27º | 0.04% | 0.48% | - |
| HSV(B) | 327.27º | 0.09% | 0.51% | - |
| XYZ | 19.17 | 19.08 | 21.74 | - |
| YUV | 121.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 124 | 0 | 0.09 | 0.04 | 0.49 | 327.27 | 0.04 | 0.48 |
| Hex | 81 | 76 | 7C | 0 | 9 | 4 | 31 | 147 | 4 | 30 |
| Octal | 201 | 166 | 174 | 0 | 11 | 4 | 61 | 507 | 4 | 60 |
| Binary | 10000001 | 1110110 | 1111100 | 0 | 1001 | 100 | 110001 | 101000111 | 100 | 110000 |
Color Harmonies of #81767C
Complementary color
Monochromatic Colors of #81767C
Black with #81767C
Text Example
Text Example
White with #81767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81767C; }
p { color: rgb(129,118,124); }
H1.HeaderClassName
{
color: #81767C;
}
.AnyTagClassName
{
color: #81767C;
}
</style>
background-color css
<style>
a { background-color: #81767C; }
a { background-color: rgb(129,118,124); }
div.DivClassName
{
background-color: #81767C;
}
.BgClassName
{
background-color: #81767C;
}
</style>
border-color css
<style>
span { border-color: #81767C; }
span { border-color: rgb(129,118,124); }
td.TdClassName
{
border-color: #81767C;
}
.TagClassName
{
border-color: #81767C;
}
</style>