Shades of Monsoon #82697B
Tints of Monsoon #82697B
RGB
CMYK
RGB Variations
Color information
#82697B (or 0x82697B) is known color: Monsoon. HEX triplet: 82, 69 and 7B. RGB value is (130,105,123). Sum of RGB (Red+Green+Blue) = 130+105+123=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #82697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82697B is #7D9684. Grayscale: #727272. Windows color (decimal): -8230533 or 8087938. OLE color: 8087938.
HSL color Cylindrical-coordinate representation of color #82697B: 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 #82697B is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 105 | 123 | - |
| 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.83 | 16.28 | 20.94 | - |
| YUV | 114.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 123 | 0 | 0.19 | 0.05 | 0.49 | 316.8 | 0.11 | 0.46 |
| Hex | 82 | 69 | 7B | 0 | 13 | 5 | 31 | 13D | B | 2E |
| Octal | 202 | 151 | 173 | 0 | 23 | 5 | 61 | 475 | 13 | 56 |
| Binary | 10000010 | 1101001 | 1111011 | 0 | 10011 | 101 | 110001 | 100111101 | 1011 | 101110 |
Color Harmonies of #82697B
Complementary color
Monochromatic Colors of #82697B
Black with #82697B
Text Example
Text Example
White with #82697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82697B; }
p { color: rgb(130,105,123); }
H1.HeaderClassName
{
color: #82697B;
}
.AnyTagClassName
{
color: #82697B;
}
</style>
background-color css
<style>
a { background-color: #82697B; }
a { background-color: rgb(130,105,123); }
div.DivClassName
{
background-color: #82697B;
}
.BgClassName
{
background-color: #82697B;
}
</style>
border-color css
<style>
span { border-color: #82697B; }
span { border-color: rgb(130,105,123); }
td.TdClassName
{
border-color: #82697B;
}
.TagClassName
{
border-color: #82697B;
}
</style>