Shades of Monsoon #83677B
Tints of Monsoon #83677B
RGB
CMYK
RGB Variations
Color information
#83677B (or 0x83677B) is known color: Monsoon. HEX triplet: 83, 67 and 7B. RGB value is (131,103,123). Sum of RGB (Red+Green+Blue) = 131+103+123=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 131 - color contains mainly: red. Hex color #83677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83677B is #7C9884. Grayscale: #717171. Windows color (decimal): -8165509 or 8087427. OLE color: 8087427.
HSL color Cylindrical-coordinate representation of color #83677B: hue angle of 317.14º 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 #83677B is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 103 | 123 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.49 |
| HSL | 317.14º | 0.12% | 0.46% | - |
| HSV(B) | 317.14º | 0.21% | 0.51% | - |
| XYZ | 17.79 | 15.96 | 20.88 | - |
| YUV | 113.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 123 | 0 | 0.21 | 0.06 | 0.49 | 317.14 | 0.12 | 0.46 |
| Hex | 83 | 67 | 7B | 0 | 15 | 6 | 31 | 13D | C | 2E |
| Octal | 203 | 147 | 173 | 0 | 25 | 6 | 61 | 475 | 14 | 56 |
| Binary | 10000011 | 1100111 | 1111011 | 0 | 10101 | 110 | 110001 | 100111101 | 1100 | 101110 |
Color Harmonies of #83677B
Complementary color
Monochromatic Colors of #83677B
Black with #83677B
Text Example
Text Example
White with #83677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83677B; }
p { color: rgb(131,103,123); }
H1.HeaderClassName
{
color: #83677B;
}
.AnyTagClassName
{
color: #83677B;
}
</style>
background-color css
<style>
a { background-color: #83677B; }
a { background-color: rgb(131,103,123); }
div.DivClassName
{
background-color: #83677B;
}
.BgClassName
{
background-color: #83677B;
}
</style>
border-color css
<style>
span { border-color: #83677B; }
span { border-color: rgb(131,103,123); }
td.TdClassName
{
border-color: #83677B;
}
.TagClassName
{
border-color: #83677B;
}
</style>