Shades of Monsoon #84677A
Tints of Monsoon #84677A
RGB
CMYK
RGB Variations
Color information
#84677A (or 0x84677A) is known color: Monsoon. HEX triplet: 84, 67 and 7A. RGB value is (132,103,122). Sum of RGB (Red+Green+Blue) = 132+103+122=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84677A is #7B9885. Grayscale: #717171. Windows color (decimal): -8099974 or 8021892. OLE color: 8021892.
HSL color Cylindrical-coordinate representation of color #84677A: hue angle of 320.69º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84677A is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 103 | 122 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.48 |
| HSL | 320.69º | 0.12% | 0.46% | - |
| HSV(B) | 320.69º | 0.22% | 0.52% | - |
| XYZ | 17.88 | 16.01 | 20.56 | - |
| YUV | 113.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 122 | 0 | 0.22 | 0.08 | 0.48 | 320.69 | 0.12 | 0.46 |
| Hex | 84 | 67 | 7A | 0 | 16 | 8 | 30 | 141 | C | 2E |
| Octal | 204 | 147 | 172 | 0 | 26 | 10 | 60 | 501 | 14 | 56 |
| Binary | 10000100 | 1100111 | 1111010 | 0 | 10110 | 1000 | 110000 | 101000001 | 1100 | 101110 |
Color Harmonies of #84677A
Complementary color
Monochromatic Colors of #84677A
Black with #84677A
Text Example
Text Example
White with #84677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84677A; }
p { color: rgb(132,103,122); }
H1.HeaderClassName
{
color: #84677A;
}
.AnyTagClassName
{
color: #84677A;
}
</style>
background-color css
<style>
a { background-color: #84677A; }
a { background-color: rgb(132,103,122); }
div.DivClassName
{
background-color: #84677A;
}
.BgClassName
{
background-color: #84677A;
}
</style>
border-color css
<style>
span { border-color: #84677A; }
span { border-color: rgb(132,103,122); }
td.TdClassName
{
border-color: #84677A;
}
.TagClassName
{
border-color: #84677A;
}
</style>