Shades of Monsoon #81737D
Tints of Monsoon #81737D
RGB
CMYK
RGB Variations
Color information
#81737D (or 0x81737D) is known color: Monsoon. HEX triplet: 81, 73 and 7D. RGB value is (129,115,125). Sum of RGB (Red+Green+Blue) = 129+115+125=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 129 - color contains mainly: red. Hex color #81737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81737D is #7E8C82. Grayscale: #787878. Windows color (decimal): -8293507 or 8221569. OLE color: 8221569.
HSL color Cylindrical-coordinate representation of color #81737D: hue angle of 317.14º 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 #81737D is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 115 | 125 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.49 |
| HSL | 317.14º | 0.06% | 0.48% | - |
| HSV(B) | 317.14º | 0.11% | 0.51% | - |
| XYZ | 18.89 | 18.41 | 21.96 | - |
| YUV | 120.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 125 | 0 | 0.11 | 0.03 | 0.49 | 317.14 | 0.06 | 0.48 |
| Hex | 81 | 73 | 7D | 0 | B | 3 | 31 | 13D | 6 | 30 |
| Octal | 201 | 163 | 175 | 0 | 13 | 3 | 61 | 475 | 6 | 60 |
| Binary | 10000001 | 1110011 | 1111101 | 0 | 1011 | 11 | 110001 | 100111101 | 110 | 110000 |
Color Harmonies of #81737D
Complementary color
Monochromatic Colors of #81737D
Black with #81737D
Text Example
Text Example
White with #81737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81737D; }
p { color: rgb(129,115,125); }
H1.HeaderClassName
{
color: #81737D;
}
.AnyTagClassName
{
color: #81737D;
}
</style>
background-color css
<style>
a { background-color: #81737D; }
a { background-color: rgb(129,115,125); }
div.DivClassName
{
background-color: #81737D;
}
.BgClassName
{
background-color: #81737D;
}
</style>
border-color css
<style>
span { border-color: #81737D; }
span { border-color: rgb(129,115,125); }
td.TdClassName
{
border-color: #81737D;
}
.TagClassName
{
border-color: #81737D;
}
</style>