Shades of Monsoon #82717D
Tints of Monsoon #82717D
RGB
CMYK
RGB Variations
Color information
#82717D (or 0x82717D) is known color: Monsoon. HEX triplet: 82, 71 and 7D. RGB value is (130,113,125). Sum of RGB (Red+Green+Blue) = 130+113+125=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #82717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82717D is #7D8E82. Grayscale: #777777. Windows color (decimal): -8228483 or 8221058. OLE color: 8221058.
HSL color Cylindrical-coordinate representation of color #82717D: hue angle of 317.65º 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 #82717D is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 113 | 125 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.49 |
| HSL | 317.65º | 0.07% | 0.48% | - |
| HSV(B) | 317.65º | 0.13% | 0.51% | - |
| XYZ | 18.81 | 18.04 | 21.89 | - |
| YUV | 119.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 125 | 0 | 0.13 | 0.04 | 0.49 | 317.65 | 0.07 | 0.48 |
| Hex | 82 | 71 | 7D | 0 | D | 4 | 31 | 13E | 7 | 30 |
| Octal | 202 | 161 | 175 | 0 | 15 | 4 | 61 | 476 | 7 | 60 |
| Binary | 10000010 | 1110001 | 1111101 | 0 | 1101 | 100 | 110001 | 100111110 | 111 | 110000 |
Color Harmonies of #82717D
Complementary color
Monochromatic Colors of #82717D
Black with #82717D
Text Example
Text Example
White with #82717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82717D; }
p { color: rgb(130,113,125); }
H1.HeaderClassName
{
color: #82717D;
}
.AnyTagClassName
{
color: #82717D;
}
</style>
background-color css
<style>
a { background-color: #82717D; }
a { background-color: rgb(130,113,125); }
div.DivClassName
{
background-color: #82717D;
}
.BgClassName
{
background-color: #82717D;
}
</style>
border-color css
<style>
span { border-color: #82717D; }
span { border-color: rgb(130,113,125); }
td.TdClassName
{
border-color: #82717D;
}
.TagClassName
{
border-color: #82717D;
}
</style>