Shades of Monsoon #84767F
Tints of Monsoon #84767F
RGB
CMYK
RGB Variations
Color information
#84767F (or 0x84767F) is known color: Monsoon. HEX triplet: 84, 76 and 7F. RGB value is (132,118,127). Sum of RGB (Red+Green+Blue) = 132+118+127=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 132 - color contains mainly: red. Hex color #84767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84767F is #7B8980. Grayscale: #7B7B7B. Windows color (decimal): -8096129 or 8353412. OLE color: 8353412.
HSL color Cylindrical-coordinate representation of color #84767F: hue angle of 321.43º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84767F is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 118 | 127 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.48 |
| HSL | 321.43º | 0.06% | 0.49% | - |
| HSV(B) | 321.43º | 0.11% | 0.52% | - |
| XYZ | 19.82 | 19.39 | 22.78 | - |
| YUV | 123.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 127 | 0 | 0.11 | 0.04 | 0.48 | 321.43 | 0.06 | 0.49 |
| Hex | 84 | 76 | 7F | 0 | B | 4 | 30 | 141 | 6 | 31 |
| Octal | 204 | 166 | 177 | 0 | 13 | 4 | 60 | 501 | 6 | 61 |
| Binary | 10000100 | 1110110 | 1111111 | 0 | 1011 | 100 | 110000 | 101000001 | 110 | 110001 |
Color Harmonies of #84767F
Complementary color
Monochromatic Colors of #84767F
Black with #84767F
Text Example
Text Example
White with #84767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84767F; }
p { color: rgb(132,118,127); }
H1.HeaderClassName
{
color: #84767F;
}
.AnyTagClassName
{
color: #84767F;
}
</style>
background-color css
<style>
a { background-color: #84767F; }
a { background-color: rgb(132,118,127); }
div.DivClassName
{
background-color: #84767F;
}
.BgClassName
{
background-color: #84767F;
}
</style>
border-color css
<style>
span { border-color: #84767F; }
span { border-color: rgb(132,118,127); }
td.TdClassName
{
border-color: #84767F;
}
.TagClassName
{
border-color: #84767F;
}
</style>