Shades of Monsoon #83767E
Tints of Monsoon #83767E
RGB
CMYK
RGB Variations
Color information
#83767E (or 0x83767E) is known color: Monsoon. HEX triplet: 83, 76 and 7E. RGB value is (131,118,126). Sum of RGB (Red+Green+Blue) = 131+118+126=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #83767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83767E is #7C8981. Grayscale: #7A7A7A. Windows color (decimal): -8161666 or 8287875. OLE color: 8287875.
HSL color Cylindrical-coordinate representation of color #83767E: hue angle of 323.08º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #83767E is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 118 | 126 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.49 |
| HSL | 323.08º | 0.05% | 0.49% | - |
| HSV(B) | 323.08º | 0.1% | 0.51% | - |
| XYZ | 19.6 | 19.29 | 22.43 | - |
| YUV | 122.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 126 | 0 | 0.10 | 0.04 | 0.49 | 323.08 | 0.05 | 0.49 |
| Hex | 83 | 76 | 7E | 0 | A | 4 | 31 | 143 | 5 | 31 |
| Octal | 203 | 166 | 176 | 0 | 12 | 4 | 61 | 503 | 5 | 61 |
| Binary | 10000011 | 1110110 | 1111110 | 0 | 1010 | 100 | 110001 | 101000011 | 101 | 110001 |
Color Harmonies of #83767E
Complementary color
Monochromatic Colors of #83767E
Black with #83767E
Text Example
Text Example
White with #83767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83767E; }
p { color: rgb(131,118,126); }
H1.HeaderClassName
{
color: #83767E;
}
.AnyTagClassName
{
color: #83767E;
}
</style>
background-color css
<style>
a { background-color: #83767E; }
a { background-color: rgb(131,118,126); }
div.DivClassName
{
background-color: #83767E;
}
.BgClassName
{
background-color: #83767E;
}
</style>
border-color css
<style>
span { border-color: #83767E; }
span { border-color: rgb(131,118,126); }
td.TdClassName
{
border-color: #83767E;
}
.TagClassName
{
border-color: #83767E;
}
</style>