Shades of Monsoon #82717E
Tints of Monsoon #82717E
RGB
CMYK
RGB Variations
Color information
#82717E (or 0x82717E) is known color: Monsoon. HEX triplet: 82, 71 and 7E. RGB value is (130,113,126). Sum of RGB (Red+Green+Blue) = 130+113+126=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #82717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82717E is #7D8E81. Grayscale: #777777. Windows color (decimal): -8228482 or 8286594. OLE color: 8286594.
HSL color Cylindrical-coordinate representation of color #82717E: hue angle of 314.12º 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 #82717E is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 113 | 126 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.49 |
| HSL | 314.12º | 0.07% | 0.48% | - |
| HSV(B) | 314.12º | 0.13% | 0.51% | - |
| XYZ | 18.88 | 18.06 | 22.23 | - |
| YUV | 119.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 126 | 0 | 0.13 | 0.03 | 0.49 | 314.12 | 0.07 | 0.48 |
| Hex | 82 | 71 | 7E | 0 | D | 3 | 31 | 13A | 7 | 30 |
| Octal | 202 | 161 | 176 | 0 | 15 | 3 | 61 | 472 | 7 | 60 |
| Binary | 10000010 | 1110001 | 1111110 | 0 | 1101 | 11 | 110001 | 100111010 | 111 | 110000 |
Color Harmonies of #82717E
Complementary color
Monochromatic Colors of #82717E
Black with #82717E
Text Example
Text Example
White with #82717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82717E; }
p { color: rgb(130,113,126); }
H1.HeaderClassName
{
color: #82717E;
}
.AnyTagClassName
{
color: #82717E;
}
</style>
background-color css
<style>
a { background-color: #82717E; }
a { background-color: rgb(130,113,126); }
div.DivClassName
{
background-color: #82717E;
}
.BgClassName
{
background-color: #82717E;
}
</style>
border-color css
<style>
span { border-color: #82717E; }
span { border-color: rgb(130,113,126); }
td.TdClassName
{
border-color: #82717E;
}
.TagClassName
{
border-color: #82717E;
}
</style>