Shades of Monsoon #82667A
Tints of Monsoon #82667A
RGB
CMYK
RGB Variations
Color information
#82667A (or 0x82667A) is known color: Monsoon. HEX triplet: 82, 66 and 7A. RGB value is (130,102,122). Sum of RGB (Red+Green+Blue) = 130+102+122=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #82667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82667A is #7D9985. Grayscale: #707070. Windows color (decimal): -8231302 or 8021634. OLE color: 8021634.
HSL color Cylindrical-coordinate representation of color #82667A: hue angle of 317.14º degrees, saturation: 0.12, 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 #82667A is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 122 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.49 |
| HSL | 317.14º | 0.12% | 0.45% | - |
| HSV(B) | 317.14º | 0.22% | 0.51% | - |
| XYZ | 17.47 | 15.65 | 20.51 | - |
| YUV | 112.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 122 | 0 | 0.22 | 0.06 | 0.49 | 317.14 | 0.12 | 0.45 |
| Hex | 82 | 66 | 7A | 0 | 16 | 6 | 31 | 13D | C | 2D |
| Octal | 202 | 146 | 172 | 0 | 26 | 6 | 61 | 475 | 14 | 55 |
| Binary | 10000010 | 1100110 | 1111010 | 0 | 10110 | 110 | 110001 | 100111101 | 1100 | 101101 |
Color Harmonies of #82667A
Complementary color
Monochromatic Colors of #82667A
Black with #82667A
Text Example
Text Example
White with #82667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82667A; }
p { color: rgb(130,102,122); }
H1.HeaderClassName
{
color: #82667A;
}
.AnyTagClassName
{
color: #82667A;
}
</style>
background-color css
<style>
a { background-color: #82667A; }
a { background-color: rgb(130,102,122); }
div.DivClassName
{
background-color: #82667A;
}
.BgClassName
{
background-color: #82667A;
}
</style>
border-color css
<style>
span { border-color: #82667A; }
span { border-color: rgb(130,102,122); }
td.TdClassName
{
border-color: #82667A;
}
.TagClassName
{
border-color: #82667A;
}
</style>