Shades of Monsoon #826F7B
Tints of Monsoon #826F7B
RGB
CMYK
RGB Variations
Color information
#826F7B (or 0x826F7B) is known color: Monsoon. HEX triplet: 82, 6F and 7B. RGB value is (130,111,123). Sum of RGB (Red+Green+Blue) = 130+111+123=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 130 - color contains mainly: red. Hex color #826F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F7B is #7D9084. Grayscale: #767676. Windows color (decimal): -8228997 or 8089474. OLE color: 8089474.
HSL color Cylindrical-coordinate representation of color #826F7B: hue angle of 322.11º 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 #826F7B is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 123 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.49 |
| HSL | 322.11º | 0.08% | 0.47% | - |
| HSV(B) | 322.11º | 0.15% | 0.51% | - |
| XYZ | 18.47 | 17.54 | 21.15 | - |
| YUV | 118.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 123 | 0 | 0.15 | 0.05 | 0.49 | 322.11 | 0.08 | 0.47 |
| Hex | 82 | 6F | 7B | 0 | F | 5 | 31 | 142 | 8 | 2F |
| Octal | 202 | 157 | 173 | 0 | 17 | 5 | 61 | 502 | 10 | 57 |
| Binary | 10000010 | 1101111 | 1111011 | 0 | 1111 | 101 | 110001 | 101000010 | 1000 | 101111 |
Color Harmonies of #826F7B
Complementary color
Monochromatic Colors of #826F7B
Black with #826F7B
Text Example
Text Example
White with #826F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F7B; }
p { color: rgb(130,111,123); }
H1.HeaderClassName
{
color: #826F7B;
}
.AnyTagClassName
{
color: #826F7B;
}
</style>
background-color css
<style>
a { background-color: #826F7B; }
a { background-color: rgb(130,111,123); }
div.DivClassName
{
background-color: #826F7B;
}
.BgClassName
{
background-color: #826F7B;
}
</style>
border-color css
<style>
span { border-color: #826F7B; }
span { border-color: rgb(130,111,123); }
td.TdClassName
{
border-color: #826F7B;
}
.TagClassName
{
border-color: #826F7B;
}
</style>