Shades of Monsoon #82757C
Tints of Monsoon #82757C
RGB
CMYK
RGB Variations
Color information
#82757C (or 0x82757C) is known color: Monsoon. HEX triplet: 82, 75 and 7C. RGB value is (130,117,124). Sum of RGB (Red+Green+Blue) = 130+117+124=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 130 - color contains mainly: red. Hex color #82757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82757C is #7D8A83. Grayscale: #797979. Windows color (decimal): -8227460 or 8156546. OLE color: 8156546.
HSL color Cylindrical-coordinate representation of color #82757C: hue angle of 327.69º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82757C is Cyan = 0, Magento = 0.1, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 117 | 124 | - |
CMYK | 0 | 0.1 | 0.05 | 0.49 |
HSL | 327.69º | 0.05% | 0.48% | - |
HSV(B) | 327.69º | 0.1% | 0.51% | - |
XYZ | 19.21 | 18.92 | 21.71 | - |
YUV | 121.69 | 129.31 | 133.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 117 | 124 | 0 | 0.1 | 0.05 | 0.49 | 327.69 | 0.05 | 0.48 |
Hex | 82 | 75 | 7C | 0 | A | 5 | 31 | 148 | 5 | 30 |
Octal | 202 | 165 | 174 | 0 | 12 | 5 | 61 | 510 | 5 | 60 |
Binary | 10000010 | 1110101 | 1111100 | 0 | 1010 | 101 | 110001 | 101001000 | 101 | 110000 |
Color Harmonies of #82757C
Complementary color
Monochromatic Colors of #82757C
Black with #82757C
Text Example
Text Example
White with #82757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82757C; }
p { color: rgb(130,117,124); }
H1.HeaderClassName
{
color: #82757C;
}
.AnyTagClassName
{
color: #82757C;
}
</style>
background-color css
<style>
a { background-color: #82757C; }
a { background-color: rgb(130,117,124); }
div.DivClassName
{
background-color: #82757C;
}
.BgClassName
{
background-color: #82757C;
}
</style>
border-color css
<style>
span { border-color: #82757C; }
span { border-color: rgb(130,117,124); }
td.TdClassName
{
border-color: #82757C;
}
.TagClassName
{
border-color: #82757C;
}
</style>