#84707C

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

Shades of Monsoon #84707C

Tints of Monsoon #84707C

Color information

#84707C (or 0x84707C) is unknown color: approx Monsoon. HEX triplet: 84, 70 and 7C. RGB value is (132,112,124). Sum of RGB (Red+Green+Blue) = 132+112+124=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #84707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84707C is #7B8F83. Grayscale: #777777. Windows color (decimal): -8097668 or 8155268. OLE color: 8155268.

HSL color Cylindrical-coordinate representation of color #84707C: hue angle of 324º 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 #84707C is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB132112124-
CMYK00.150.060.48
HSL324º8.2%47.84%-
HSV(B)324º15.15%51.76%-
XYZ18.9517.9521.53-
YUV119.35130.63137.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=35.87%
G=30.43%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211212400.150.060.483248.247.84
Hex84707C0F630144830
Octal2041601740176605041060
Binary1000010011100001111100011111101100001010001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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