Shades of Monsoon #82657A
Tints of Monsoon #82657A
RGB
CMYK
RGB Variations
Color information
#82657A (or 0x82657A) is known color: Monsoon. HEX triplet: 82, 65 and 7A. RGB value is (130,101,122). Sum of RGB (Red+Green+Blue) = 130+101+122=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82657A is #7D9A85. Grayscale: #707070. Windows color (decimal): -8231558 or 8021378. OLE color: 8021378.
HSL color Cylindrical-coordinate representation of color #82657A: hue angle of 316.55º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82657A is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 101 | 122 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.49 |
| HSL | 316.55º | 0.13% | 0.45% | - |
| HSV(B) | 316.55º | 0.22% | 0.51% | - |
| XYZ | 17.37 | 15.46 | 20.48 | - |
| YUV | 112.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 122 | 0 | 0.22 | 0.06 | 0.49 | 316.55 | 0.13 | 0.45 |
| Hex | 82 | 65 | 7A | 0 | 16 | 6 | 31 | 13D | D | 2D |
| Octal | 202 | 145 | 172 | 0 | 26 | 6 | 61 | 475 | 15 | 55 |
| Binary | 10000010 | 1100101 | 1111010 | 0 | 10110 | 110 | 110001 | 100111101 | 1101 | 101101 |
Color Harmonies of #82657A
Complementary color
Monochromatic Colors of #82657A
Black with #82657A
Text Example
Text Example
White with #82657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82657A; }
p { color: rgb(130,101,122); }
H1.HeaderClassName
{
color: #82657A;
}
.AnyTagClassName
{
color: #82657A;
}
</style>
background-color css
<style>
a { background-color: #82657A; }
a { background-color: rgb(130,101,122); }
div.DivClassName
{
background-color: #82657A;
}
.BgClassName
{
background-color: #82657A;
}
</style>
border-color css
<style>
span { border-color: #82657A; }
span { border-color: rgb(130,101,122); }
td.TdClassName
{
border-color: #82657A;
}
.TagClassName
{
border-color: #82657A;
}
</style>