Shades of Monsoon #82747E
Tints of Monsoon #82747E
RGB
CMYK
RGB Variations
Color information
#82747E (or 0x82747E) is known color: Monsoon. HEX triplet: 82, 74 and 7E. RGB value is (130,116,126). Sum of RGB (Red+Green+Blue) = 130+116+126=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 130 - color contains mainly: red. Hex color #82747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82747E is #7D8B81. Grayscale: #797979. Windows color (decimal): -8227714 or 8287362. OLE color: 8287362.
HSL color Cylindrical-coordinate representation of color #82747E: hue angle of 317.14º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #82747E is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 126 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.49 |
| HSL | 317.14º | 0.06% | 0.48% | - |
| HSV(B) | 317.14º | 0.11% | 0.51% | - |
| XYZ | 19.22 | 18.74 | 22.34 | - |
| YUV | 121.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 126 | 0 | 0.11 | 0.03 | 0.49 | 317.14 | 0.06 | 0.48 |
| Hex | 82 | 74 | 7E | 0 | B | 3 | 31 | 13D | 6 | 30 |
| Octal | 202 | 164 | 176 | 0 | 13 | 3 | 61 | 475 | 6 | 60 |
| Binary | 10000010 | 1110100 | 1111110 | 0 | 1011 | 11 | 110001 | 100111101 | 110 | 110000 |
Color Harmonies of #82747E
Complementary color
Monochromatic Colors of #82747E
Black with #82747E
Text Example
Text Example
White with #82747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82747E; }
p { color: rgb(130,116,126); }
H1.HeaderClassName
{
color: #82747E;
}
.AnyTagClassName
{
color: #82747E;
}
</style>
background-color css
<style>
a { background-color: #82747E; }
a { background-color: rgb(130,116,126); }
div.DivClassName
{
background-color: #82747E;
}
.BgClassName
{
background-color: #82747E;
}
</style>
border-color css
<style>
span { border-color: #82747E; }
span { border-color: rgb(130,116,126); }
td.TdClassName
{
border-color: #82747E;
}
.TagClassName
{
border-color: #82747E;
}
</style>