Shades of Monsoon #826F7D
Tints of Monsoon #826F7D
RGB
CMYK
RGB Variations
Color information
#826F7D (or 0x826F7D) is known color: Monsoon. HEX triplet: 82, 6F and 7D. RGB value is (130,111,125). Sum of RGB (Red+Green+Blue) = 130+111+125=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #826F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F7D is #7D9082. Grayscale: #767676. Windows color (decimal): -8228995 or 8220546. OLE color: 8220546.
HSL color Cylindrical-coordinate representation of color #826F7D: hue angle of 315.79º 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 #826F7D is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 125 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.49 |
| HSL | 315.79º | 0.08% | 0.47% | - |
| HSV(B) | 315.79º | 0.15% | 0.51% | - |
| XYZ | 18.59 | 17.6 | 21.82 | - |
| YUV | 118.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 125 | 0 | 0.15 | 0.04 | 0.49 | 315.79 | 0.08 | 0.47 |
| Hex | 82 | 6F | 7D | 0 | F | 4 | 31 | 13C | 8 | 2F |
| Octal | 202 | 157 | 175 | 0 | 17 | 4 | 61 | 474 | 10 | 57 |
| Binary | 10000010 | 1101111 | 1111101 | 0 | 1111 | 100 | 110001 | 100111100 | 1000 | 101111 |
Color Harmonies of #826F7D
Complementary color
Monochromatic Colors of #826F7D
Black with #826F7D
Text Example
Text Example
White with #826F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F7D; }
p { color: rgb(130,111,125); }
H1.HeaderClassName
{
color: #826F7D;
}
.AnyTagClassName
{
color: #826F7D;
}
</style>
background-color css
<style>
a { background-color: #826F7D; }
a { background-color: rgb(130,111,125); }
div.DivClassName
{
background-color: #826F7D;
}
.BgClassName
{
background-color: #826F7D;
}
</style>
border-color css
<style>
span { border-color: #826F7D; }
span { border-color: rgb(130,111,125); }
td.TdClassName
{
border-color: #826F7D;
}
.TagClassName
{
border-color: #826F7D;
}
</style>