#84687B

Color #84687B Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #84687B

Tints of Monsoon #84687B

Color information

#84687B (or 0x84687B) is unknown color: approx Monsoon. HEX triplet: 84, 68 and 7B. RGB value is (132,104,123). Sum of RGB (Red+Green+Blue) = 132+104+123=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #84687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84687B is #7B9784. Grayscale: #727272. Windows color (decimal): -8099717 or 8087684. OLE color: 8087684.

HSL color Cylindrical-coordinate representation of color #84687B: hue angle of 319.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84687B is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB132104123-
CMYK00.210.070.48
HSL319.29º11.86%46.27%-
HSV(B)319.29º21.21%51.76%-
XYZ18.0416.2420.92-
YUV114.54132.78140.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=36.77%
G=28.97%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210412300.210.070.48319.2911.8646.27
Hex84687B01573013fc2e
Octal2041501730257604771456
Binary10000100110100011110110101011111100001001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84687B; }

 p { color: rgb(132,104,123); }

 H1.HeaderClassName
 {
   color: #84687B;
 }
 .AnyTagClassName
 {
   color: #84687B;
 }
</style>
background-color css

<style>
 a { background-color: #84687B; }

 a { background-color: rgb(132,104,123); }

 div.DivClassName
 {
   background-color: #84687B;
 }
 .BgClassName
 {
   background-color: #84687B;
 }
</style>
border-color css

<style>
 span { border-color: #84687B; }

 span { border-color: rgb(132,104,123); }

 td.TdClassName
 {
   border-color: #84687B;
 }
 .TagClassName
 {
   border-color: #84687B;
 }
</style>