Shades of Monsoon #82747F
Tints of Monsoon #82747F
RGB
CMYK
RGB Variations
Color information
#82747F (or 0x82747F) is known color: Monsoon. HEX triplet: 82, 74 and 7F. RGB value is (130,116,127). Sum of RGB (Red+Green+Blue) = 130+116+127=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #82747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82747F is #7D8B80. Grayscale: #797979. Windows color (decimal): -8227713 or 8352898. OLE color: 8352898.
HSL color Cylindrical-coordinate representation of color #82747F: hue angle of 312.86º 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 #82747F is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 127 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.49 |
| HSL | 312.86º | 0.06% | 0.48% | - |
| HSV(B) | 312.86º | 0.11% | 0.51% | - |
| XYZ | 19.28 | 18.77 | 22.69 | - |
| YUV | 121.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 127 | 0 | 0.11 | 0.02 | 0.49 | 312.86 | 0.06 | 0.48 |
| Hex | 82 | 74 | 7F | 0 | B | 2 | 31 | 139 | 6 | 30 |
| Octal | 202 | 164 | 177 | 0 | 13 | 2 | 61 | 471 | 6 | 60 |
| Binary | 10000010 | 1110100 | 1111111 | 0 | 1011 | 10 | 110001 | 100111001 | 110 | 110000 |
Color Harmonies of #82747F
Complementary color
Monochromatic Colors of #82747F
Black with #82747F
Text Example
Text Example
White with #82747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82747F; }
p { color: rgb(130,116,127); }
H1.HeaderClassName
{
color: #82747F;
}
.AnyTagClassName
{
color: #82747F;
}
</style>
background-color css
<style>
a { background-color: #82747F; }
a { background-color: rgb(130,116,127); }
div.DivClassName
{
background-color: #82747F;
}
.BgClassName
{
background-color: #82747F;
}
</style>
border-color css
<style>
span { border-color: #82747F; }
span { border-color: rgb(130,116,127); }
td.TdClassName
{
border-color: #82747F;
}
.TagClassName
{
border-color: #82747F;
}
</style>