Shades of Monsoon #84677B
Tints of Monsoon #84677B
RGB
CMYK
RGB Variations
Color information
#84677B (or 0x84677B) is known color: Monsoon. HEX triplet: 84, 67 and 7B. RGB value is (132,103,123). Sum of RGB (Red+Green+Blue) = 132+103+123=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #84677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84677B is #7B9884. Grayscale: #717171. Windows color (decimal): -8099973 or 8087428. OLE color: 8087428.
HSL color Cylindrical-coordinate representation of color #84677B: hue angle of 318.62º 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 #84677B is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 103 | 123 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.48 |
| HSL | 318.62º | 0.12% | 0.46% | - |
| HSV(B) | 318.62º | 0.22% | 0.52% | - |
| XYZ | 17.94 | 16.04 | 20.89 | - |
| YUV | 113.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 123 | 0 | 0.22 | 0.07 | 0.48 | 318.62 | 0.12 | 0.46 |
| Hex | 84 | 67 | 7B | 0 | 16 | 7 | 30 | 13F | C | 2E |
| Octal | 204 | 147 | 173 | 0 | 26 | 7 | 60 | 477 | 14 | 56 |
| Binary | 10000100 | 1100111 | 1111011 | 0 | 10110 | 111 | 110000 | 100111111 | 1100 | 101110 |
Color Harmonies of #84677B
Complementary color
Monochromatic Colors of #84677B
Black with #84677B
Text Example
Text Example
White with #84677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84677B; }
p { color: rgb(132,103,123); }
H1.HeaderClassName
{
color: #84677B;
}
.AnyTagClassName
{
color: #84677B;
}
</style>
background-color css
<style>
a { background-color: #84677B; }
a { background-color: rgb(132,103,123); }
div.DivClassName
{
background-color: #84677B;
}
.BgClassName
{
background-color: #84677B;
}
</style>
border-color css
<style>
span { border-color: #84677B; }
span { border-color: rgb(132,103,123); }
td.TdClassName
{
border-color: #84677B;
}
.TagClassName
{
border-color: #84677B;
}
</style>