Shades of Monsoon #82647A
Tints of Monsoon #82647A
RGB
CMYK
RGB Variations
Color information
#82647A (or 0x82647A) is known color: Monsoon. HEX triplet: 82, 64 and 7A. RGB value is (130,100,122). Sum of RGB (Red+Green+Blue) = 130+100+122=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #82647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82647A is #7D9B85. Grayscale: #6F6F6F. Windows color (decimal): -8231814 or 8021122. OLE color: 8021122.
HSL color Cylindrical-coordinate representation of color #82647A: hue angle of 316º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82647A is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 100 | 122 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.49 |
| HSL | 316º | 0.13% | 0.45% | - |
| HSV(B) | 316º | 0.23% | 0.51% | - |
| XYZ | 17.28 | 15.27 | 20.45 | - |
| YUV | 111.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 100 | 122 | 0 | 0.23 | 0.06 | 0.49 | 316 | 0.13 | 0.45 |
| Hex | 82 | 64 | 7A | 0 | 17 | 6 | 31 | 13C | D | 2D |
| Octal | 202 | 144 | 172 | 0 | 27 | 6 | 61 | 474 | 15 | 55 |
| Binary | 10000010 | 1100100 | 1111010 | 0 | 10111 | 110 | 110001 | 100111100 | 1101 | 101101 |
Color Harmonies of #82647A
Complementary color
Monochromatic Colors of #82647A
Black with #82647A
Text Example
Text Example
White with #82647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82647A; }
p { color: rgb(130,100,122); }
H1.HeaderClassName
{
color: #82647A;
}
.AnyTagClassName
{
color: #82647A;
}
</style>
background-color css
<style>
a { background-color: #82647A; }
a { background-color: rgb(130,100,122); }
div.DivClassName
{
background-color: #82647A;
}
.BgClassName
{
background-color: #82647A;
}
</style>
border-color css
<style>
span { border-color: #82647A; }
span { border-color: rgb(130,100,122); }
td.TdClassName
{
border-color: #82647A;
}
.TagClassName
{
border-color: #82647A;
}
</style>