Shades of Monsoon #83677C
Tints of Monsoon #83677C
RGB
CMYK
RGB Variations
Color information
#83677C (or 0x83677C) is known color: Monsoon. HEX triplet: 83, 67 and 7C. RGB value is (131,103,124). Sum of RGB (Red+Green+Blue) = 131+103+124=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #83677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83677C is #7C9883. Grayscale: #717171. Windows color (decimal): -8165508 or 8152963. OLE color: 8152963.
HSL color Cylindrical-coordinate representation of color #83677C: hue angle of 315º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83677C is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 103 | 124 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.49 |
| HSL | 315º | 0.12% | 0.46% | - |
| HSV(B) | 315º | 0.21% | 0.51% | - |
| XYZ | 17.85 | 15.98 | 21.21 | - |
| YUV | 113.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 124 | 0 | 0.21 | 0.05 | 0.49 | 315 | 0.12 | 0.46 |
| Hex | 83 | 67 | 7C | 0 | 15 | 5 | 31 | 13B | C | 2E |
| Octal | 203 | 147 | 174 | 0 | 25 | 5 | 61 | 473 | 14 | 56 |
| Binary | 10000011 | 1100111 | 1111100 | 0 | 10101 | 101 | 110001 | 100111011 | 1100 | 101110 |
Color Harmonies of #83677C
Complementary color
Monochromatic Colors of #83677C
Black with #83677C
Text Example
Text Example
White with #83677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83677C; }
p { color: rgb(131,103,124); }
H1.HeaderClassName
{
color: #83677C;
}
.AnyTagClassName
{
color: #83677C;
}
</style>
background-color css
<style>
a { background-color: #83677C; }
a { background-color: rgb(131,103,124); }
div.DivClassName
{
background-color: #83677C;
}
.BgClassName
{
background-color: #83677C;
}
</style>
border-color css
<style>
span { border-color: #83677C; }
span { border-color: rgb(131,103,124); }
td.TdClassName
{
border-color: #83677C;
}
.TagClassName
{
border-color: #83677C;
}
</style>