Shades of Monsoon #82757F
Tints of Monsoon #82757F
RGB
CMYK
RGB Variations
Color information
#82757F (or 0x82757F) is known color: Monsoon. HEX triplet: 82, 75 and 7F. RGB value is (130,117,127). Sum of RGB (Red+Green+Blue) = 130+117+127=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 130 - color contains mainly: red. Hex color #82757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82757F is #7D8A80. Grayscale: #7A7A7A. Windows color (decimal): -8227457 or 8353154. OLE color: 8353154.
HSL color Cylindrical-coordinate representation of color #82757F: hue angle of 313.85º 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 #82757F is Cyan = 0, Magento = 0.1, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 127 | - |
| CMYK | 0 | 0.1 | 0.02 | 0.49 |
| HSL | 313.85º | 0.05% | 0.48% | - |
| HSV(B) | 313.85º | 0.1% | 0.51% | - |
| XYZ | 19.4 | 19 | 22.72 | - |
| YUV | 122.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 127 | 0 | 0.1 | 0.02 | 0.49 | 313.85 | 0.05 | 0.48 |
| Hex | 82 | 75 | 7F | 0 | A | 2 | 31 | 13A | 5 | 30 |
| Octal | 202 | 165 | 177 | 0 | 12 | 2 | 61 | 472 | 5 | 60 |
| Binary | 10000010 | 1110101 | 1111111 | 0 | 1010 | 10 | 110001 | 100111010 | 101 | 110000 |
Color Harmonies of #82757F
Complementary color
Monochromatic Colors of #82757F
Black with #82757F
Text Example
Text Example
White with #82757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82757F; }
p { color: rgb(130,117,127); }
H1.HeaderClassName
{
color: #82757F;
}
.AnyTagClassName
{
color: #82757F;
}
</style>
background-color css
<style>
a { background-color: #82757F; }
a { background-color: rgb(130,117,127); }
div.DivClassName
{
background-color: #82757F;
}
.BgClassName
{
background-color: #82757F;
}
</style>
border-color css
<style>
span { border-color: #82757F; }
span { border-color: rgb(130,117,127); }
td.TdClassName
{
border-color: #82757F;
}
.TagClassName
{
border-color: #82757F;
}
</style>