Shades of Monsoon #84697D
Tints of Monsoon #84697D
RGB
CMYK
RGB Variations
Color information
#84697D (or 0x84697D) is known color: Monsoon. HEX triplet: 84, 69 and 7D. RGB value is (132,105,125). Sum of RGB (Red+Green+Blue) = 132+105+125=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #84697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84697D is #7B9682. Grayscale: #737373. Windows color (decimal): -8099459 or 8219012. OLE color: 8219012.
HSL color Cylindrical-coordinate representation of color #84697D: hue angle of 315.56º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84697D is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 125 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.48 |
| HSL | 315.56º | 0.11% | 0.46% | - |
| HSV(B) | 315.56º | 0.2% | 0.52% | - |
| XYZ | 18.27 | 16.49 | 21.62 | - |
| YUV | 115.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 125 | 0 | 0.20 | 0.05 | 0.48 | 315.56 | 0.11 | 0.46 |
| Hex | 84 | 69 | 7D | 0 | 14 | 5 | 30 | 13C | B | 2E |
| Octal | 204 | 151 | 175 | 0 | 24 | 5 | 60 | 474 | 13 | 56 |
| Binary | 10000100 | 1101001 | 1111101 | 0 | 10100 | 101 | 110000 | 100111100 | 1011 | 101110 |
Color Harmonies of #84697D
Complementary color
Monochromatic Colors of #84697D
Black with #84697D
Text Example
Text Example
White with #84697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84697D; }
p { color: rgb(132,105,125); }
H1.HeaderClassName
{
color: #84697D;
}
.AnyTagClassName
{
color: #84697D;
}
</style>
background-color css
<style>
a { background-color: #84697D; }
a { background-color: rgb(132,105,125); }
div.DivClassName
{
background-color: #84697D;
}
.BgClassName
{
background-color: #84697D;
}
</style>
border-color css
<style>
span { border-color: #84697D; }
span { border-color: rgb(132,105,125); }
td.TdClassName
{
border-color: #84697D;
}
.TagClassName
{
border-color: #84697D;
}
</style>