Shades of Monsoon #82717C
Tints of Monsoon #82717C
RGB
CMYK
RGB Variations
Color information
#82717C (or 0x82717C) is known color: Monsoon. HEX triplet: 82, 71 and 7C. RGB value is (130,113,124). Sum of RGB (Red+Green+Blue) = 130+113+124=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #82717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82717C is #7D8E83. Grayscale: #777777. Windows color (decimal): -8228484 or 8155522. OLE color: 8155522.
HSL color Cylindrical-coordinate representation of color #82717C: hue angle of 321.18º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #82717C is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 113 | 124 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.49 |
| HSL | 321.18º | 0.07% | 0.48% | - |
| HSV(B) | 321.18º | 0.13% | 0.51% | - |
| XYZ | 18.75 | 18.01 | 21.56 | - |
| YUV | 119.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 124 | 0 | 0.13 | 0.05 | 0.49 | 321.18 | 0.07 | 0.48 |
| Hex | 82 | 71 | 7C | 0 | D | 5 | 31 | 141 | 7 | 30 |
| Octal | 202 | 161 | 174 | 0 | 15 | 5 | 61 | 501 | 7 | 60 |
| Binary | 10000010 | 1110001 | 1111100 | 0 | 1101 | 101 | 110001 | 101000001 | 111 | 110000 |
Color Harmonies of #82717C
Complementary color
Monochromatic Colors of #82717C
Black with #82717C
Text Example
Text Example
White with #82717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82717C; }
p { color: rgb(130,113,124); }
H1.HeaderClassName
{
color: #82717C;
}
.AnyTagClassName
{
color: #82717C;
}
</style>
background-color css
<style>
a { background-color: #82717C; }
a { background-color: rgb(130,113,124); }
div.DivClassName
{
background-color: #82717C;
}
.BgClassName
{
background-color: #82717C;
}
</style>
border-color css
<style>
span { border-color: #82717C; }
span { border-color: rgb(130,113,124); }
td.TdClassName
{
border-color: #82717C;
}
.TagClassName
{
border-color: #82717C;
}
</style>