#84687D

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

Shades of Monsoon #84687D

Tints of Monsoon #84687D

Color information

#84687D (or 0x84687D) is unknown color: approx Monsoon. HEX triplet: 84, 68 and 7D. RGB value is (132,104,125). Sum of RGB (Red+Green+Blue) = 132+104+125=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #84687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84687D is #7B9782. Grayscale: #727272. Windows color (decimal): -8099715 or 8218756. OLE color: 8218756.

HSL color Cylindrical-coordinate representation of color #84687D: hue angle of 315º 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 #84687D is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB132104125-
CMYK00.210.050.48
HSL315º11.86%46.27%-
HSV(B)315º21.21%51.76%-
XYZ18.1716.2921.59-
YUV114.77133.78140.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 125 (49.22% from 255) = 34.63%
R=36.57%
G=28.81%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210412500.210.050.4831511.8646.27
Hex84687D01553013bc2e
Octal2041501750255604731456
Binary10000100110100011111010101011011100001001110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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