Shades of Monsoon #81687A
Tints of Monsoon #81687A
RGB
CMYK
RGB Variations
Color information
#81687A (or 0x81687A) is known color: Monsoon. HEX triplet: 81, 68 and 7A. RGB value is (129,104,122). Sum of RGB (Red+Green+Blue) = 129+104+122=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #81687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81687A is #7E9785. Grayscale: #717171. Windows color (decimal): -8296326 or 8022145. OLE color: 8022145.
HSL color Cylindrical-coordinate representation of color #81687A: hue angle of 316.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81687A is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 104 | 122 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.49 |
| HSL | 316.8º | 0.11% | 0.46% | - |
| HSV(B) | 316.8º | 0.19% | 0.51% | - |
| XYZ | 17.52 | 15.97 | 20.57 | - |
| YUV | 113.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 122 | 0 | 0.19 | 0.05 | 0.49 | 316.8 | 0.11 | 0.46 |
| Hex | 81 | 68 | 7A | 0 | 13 | 5 | 31 | 13D | B | 2E |
| Octal | 201 | 150 | 172 | 0 | 23 | 5 | 61 | 475 | 13 | 56 |
| Binary | 10000001 | 1101000 | 1111010 | 0 | 10011 | 101 | 110001 | 100111101 | 1011 | 101110 |
Color Harmonies of #81687A
Complementary color
Monochromatic Colors of #81687A
Black with #81687A
Text Example
Text Example
White with #81687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81687A; }
p { color: rgb(129,104,122); }
H1.HeaderClassName
{
color: #81687A;
}
.AnyTagClassName
{
color: #81687A;
}
</style>
background-color css
<style>
a { background-color: #81687A; }
a { background-color: rgb(129,104,122); }
div.DivClassName
{
background-color: #81687A;
}
.BgClassName
{
background-color: #81687A;
}
</style>
border-color css
<style>
span { border-color: #81687A; }
span { border-color: rgb(129,104,122); }
td.TdClassName
{
border-color: #81687A;
}
.TagClassName
{
border-color: #81687A;
}
</style>