Shades of Monsoon #816D7A
Tints of Monsoon #816D7A
RGB
CMYK
RGB Variations
Color information
#816D7A (or 0x816D7A) is known color: Monsoon. HEX triplet: 81, 6D and 7A. RGB value is (129,109,122). Sum of RGB (Red+Green+Blue) = 129+109+122=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #816D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D7A is #7E9285. Grayscale: #747474. Windows color (decimal): -8295046 or 8023425. OLE color: 8023425.
HSL color Cylindrical-coordinate representation of color #816D7A: hue angle of 321º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #816D7A is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 109 | 122 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.49 |
| HSL | 321º | 0.08% | 0.47% | - |
| HSV(B) | 321º | 0.16% | 0.51% | - |
| XYZ | 18.03 | 17.01 | 20.74 | - |
| YUV | 116.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 122 | 0 | 0.16 | 0.05 | 0.49 | 321 | 0.08 | 0.47 |
| Hex | 81 | 6D | 7A | 0 | 10 | 5 | 31 | 141 | 8 | 2F |
| Octal | 201 | 155 | 172 | 0 | 20 | 5 | 61 | 501 | 10 | 57 |
| Binary | 10000001 | 1101101 | 1111010 | 0 | 10000 | 101 | 110001 | 101000001 | 1000 | 101111 |
Color Harmonies of #816D7A
Complementary color
Monochromatic Colors of #816D7A
Black with #816D7A
Text Example
Text Example
White with #816D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D7A; }
p { color: rgb(129,109,122); }
H1.HeaderClassName
{
color: #816D7A;
}
.AnyTagClassName
{
color: #816D7A;
}
</style>
background-color css
<style>
a { background-color: #816D7A; }
a { background-color: rgb(129,109,122); }
div.DivClassName
{
background-color: #816D7A;
}
.BgClassName
{
background-color: #816D7A;
}
</style>
border-color css
<style>
span { border-color: #816D7A; }
span { border-color: rgb(129,109,122); }
td.TdClassName
{
border-color: #816D7A;
}
.TagClassName
{
border-color: #816D7A;
}
</style>