Shades of Monsoon #81737C
Tints of Monsoon #81737C
RGB
CMYK
RGB Variations
Color information
#81737C (or 0x81737C) is known color: Monsoon. HEX triplet: 81, 73 and 7C. RGB value is (129,115,124). Sum of RGB (Red+Green+Blue) = 129+115+124=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 129 - color contains mainly: red. Hex color #81737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81737C is #7E8C83. Grayscale: #787878. Windows color (decimal): -8293508 or 8156033. OLE color: 8156033.
HSL color Cylindrical-coordinate representation of color #81737C: hue angle of 321.43º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #81737C is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 115 | 124 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.49 |
| HSL | 321.43º | 0.06% | 0.48% | - |
| HSV(B) | 321.43º | 0.11% | 0.51% | - |
| XYZ | 18.82 | 18.38 | 21.63 | - |
| YUV | 120.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 124 | 0 | 0.11 | 0.04 | 0.49 | 321.43 | 0.06 | 0.48 |
| Hex | 81 | 73 | 7C | 0 | B | 4 | 31 | 141 | 6 | 30 |
| Octal | 201 | 163 | 174 | 0 | 13 | 4 | 61 | 501 | 6 | 60 |
| Binary | 10000001 | 1110011 | 1111100 | 0 | 1011 | 100 | 110001 | 101000001 | 110 | 110000 |
Color Harmonies of #81737C
Complementary color
Monochromatic Colors of #81737C
Black with #81737C
Text Example
Text Example
White with #81737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81737C; }
p { color: rgb(129,115,124); }
H1.HeaderClassName
{
color: #81737C;
}
.AnyTagClassName
{
color: #81737C;
}
</style>
background-color css
<style>
a { background-color: #81737C; }
a { background-color: rgb(129,115,124); }
div.DivClassName
{
background-color: #81737C;
}
.BgClassName
{
background-color: #81737C;
}
</style>
border-color css
<style>
span { border-color: #81737C; }
span { border-color: rgb(129,115,124); }
td.TdClassName
{
border-color: #81737C;
}
.TagClassName
{
border-color: #81737C;
}
</style>