#84707D

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

Shades of Monsoon #84707D

Tints of Monsoon #84707D

Color information

#84707D (or 0x84707D) is unknown color: approx Monsoon. HEX triplet: 84, 70 and 7D. RGB value is (132,112,125). Sum of RGB (Red+Green+Blue) = 132+112+125=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #84707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84707D is #7B8F82. Grayscale: #777777. Windows color (decimal): -8097667 or 8220804. OLE color: 8220804.

HSL color Cylindrical-coordinate representation of color #84707D: hue angle of 321º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84707D is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB132112125-
CMYK00.150.050.48
HSL321º8.2%47.84%-
HSV(B)321º15.15%51.76%-
XYZ19.0117.9721.87-
YUV119.46131.13136.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=35.77%
G=30.35%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211212500.150.050.483218.247.84
Hex84707D0F530141830
Octal2041601750175605011060
Binary1000010011100001111101011111011100001010000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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