Shades of Monsoon #82697C
Tints of Monsoon #82697C
RGB
CMYK
RGB Variations
Color information
#82697C (or 0x82697C) is known color: Monsoon. HEX triplet: 82, 69 and 7C. RGB value is (130,105,124). Sum of RGB (Red+Green+Blue) = 130+105+124=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #82697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82697C is #7D9683. Grayscale: #727272. Windows color (decimal): -8230532 or 8153474. OLE color: 8153474.
HSL color Cylindrical-coordinate representation of color #82697C: hue angle of 314.4º 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 #82697C is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 105 | 124 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.49 |
| HSL | 314.4º | 0.11% | 0.46% | - |
| HSV(B) | 314.4º | 0.19% | 0.51% | - |
| XYZ | 17.9 | 16.3 | 21.27 | - |
| YUV | 114.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 124 | 0 | 0.19 | 0.05 | 0.49 | 314.4 | 0.11 | 0.46 |
| Hex | 82 | 69 | 7C | 0 | 13 | 5 | 31 | 13A | B | 2E |
| Octal | 202 | 151 | 174 | 0 | 23 | 5 | 61 | 472 | 13 | 56 |
| Binary | 10000010 | 1101001 | 1111100 | 0 | 10011 | 101 | 110001 | 100111010 | 1011 | 101110 |
Color Harmonies of #82697C
Complementary color
Monochromatic Colors of #82697C
Black with #82697C
Text Example
Text Example
White with #82697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82697C; }
p { color: rgb(130,105,124); }
H1.HeaderClassName
{
color: #82697C;
}
.AnyTagClassName
{
color: #82697C;
}
</style>
background-color css
<style>
a { background-color: #82697C; }
a { background-color: rgb(130,105,124); }
div.DivClassName
{
background-color: #82697C;
}
.BgClassName
{
background-color: #82697C;
}
</style>
border-color css
<style>
span { border-color: #82697C; }
span { border-color: rgb(130,105,124); }
td.TdClassName
{
border-color: #82697C;
}
.TagClassName
{
border-color: #82697C;
}
</style>