Shades of Monsoon #826F7A
Tints of Monsoon #826F7A
RGB
CMYK
RGB Variations
Color information
#826F7A (or 0x826F7A) is known color: Monsoon. HEX triplet: 82, 6F and 7A. RGB value is (130,111,122). Sum of RGB (Red+Green+Blue) = 130+111+122=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #826F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F7A is #7D9085. Grayscale: #757575. Windows color (decimal): -8228998 or 8023938. OLE color: 8023938.
HSL color Cylindrical-coordinate representation of color #826F7A: hue angle of 325.26º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #826F7A is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 122 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.49 |
| HSL | 325.26º | 0.08% | 0.47% | - |
| HSV(B) | 325.26º | 0.15% | 0.51% | - |
| XYZ | 18.4 | 17.52 | 20.82 | - |
| YUV | 117.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 122 | 0 | 0.15 | 0.06 | 0.49 | 325.26 | 0.08 | 0.47 |
| Hex | 82 | 6F | 7A | 0 | F | 6 | 31 | 145 | 8 | 2F |
| Octal | 202 | 157 | 172 | 0 | 17 | 6 | 61 | 505 | 10 | 57 |
| Binary | 10000010 | 1101111 | 1111010 | 0 | 1111 | 110 | 110001 | 101000101 | 1000 | 101111 |
Color Harmonies of #826F7A
Complementary color
Monochromatic Colors of #826F7A
Black with #826F7A
Text Example
Text Example
White with #826F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F7A; }
p { color: rgb(130,111,122); }
H1.HeaderClassName
{
color: #826F7A;
}
.AnyTagClassName
{
color: #826F7A;
}
</style>
background-color css
<style>
a { background-color: #826F7A; }
a { background-color: rgb(130,111,122); }
div.DivClassName
{
background-color: #826F7A;
}
.BgClassName
{
background-color: #826F7A;
}
</style>
border-color css
<style>
span { border-color: #826F7A; }
span { border-color: rgb(130,111,122); }
td.TdClassName
{
border-color: #826F7A;
}
.TagClassName
{
border-color: #826F7A;
}
</style>