Shades of Monsoon #826A7A
Tints of Monsoon #826A7A
RGB
CMYK
RGB Variations
Color information
#826A7A (or 0x826A7A) is known color: Monsoon. HEX triplet: 82, 6A and 7A. RGB value is (130,106,122). Sum of RGB (Red+Green+Blue) = 130+106+122=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #826A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A7A is #7D9585. Grayscale: #727272. Windows color (decimal): -8230278 or 8022658. OLE color: 8022658.
HSL color Cylindrical-coordinate representation of color #826A7A: hue angle of 320º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826A7A is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 122 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.49 |
| HSL | 320º | 0.1% | 0.46% | - |
| HSV(B) | 320º | 0.18% | 0.51% | - |
| XYZ | 17.87 | 16.46 | 20.65 | - |
| YUV | 115 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 122 | 0 | 0.18 | 0.06 | 0.49 | 320 | 0.1 | 0.46 |
| Hex | 82 | 6A | 7A | 0 | 12 | 6 | 31 | 140 | A | 2E |
| Octal | 202 | 152 | 172 | 0 | 22 | 6 | 61 | 500 | 12 | 56 |
| Binary | 10000010 | 1101010 | 1111010 | 0 | 10010 | 110 | 110001 | 101000000 | 1010 | 101110 |
Color Harmonies of #826A7A
Complementary color
Monochromatic Colors of #826A7A
Black with #826A7A
Text Example
Text Example
White with #826A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A7A; }
p { color: rgb(130,106,122); }
H1.HeaderClassName
{
color: #826A7A;
}
.AnyTagClassName
{
color: #826A7A;
}
</style>
background-color css
<style>
a { background-color: #826A7A; }
a { background-color: rgb(130,106,122); }
div.DivClassName
{
background-color: #826A7A;
}
.BgClassName
{
background-color: #826A7A;
}
</style>
border-color css
<style>
span { border-color: #826A7A; }
span { border-color: rgb(130,106,122); }
td.TdClassName
{
border-color: #826A7A;
}
.TagClassName
{
border-color: #826A7A;
}
</style>