#84737F

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

Shades of Monsoon #84737F

Tints of Monsoon #84737F

Color information

#84737F (or 0x84737F) is unknown color: approx Monsoon. HEX triplet: 84, 73 and 7F. RGB value is (132,115,127). Sum of RGB (Red+Green+Blue) = 132+115+127=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 132 - color contains mainly: red. Hex color #84737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84737F is #7B8C80. Grayscale: #797979. Windows color (decimal): -8096897 or 8352644. OLE color: 8352644.

HSL color Cylindrical-coordinate representation of color #84737F: hue angle of 317.65º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #84737F is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB132115127-
CMYK00.130.040.48
HSL317.65º6.88%48.43%-
HSV(B)317.65º12.88%51.76%-
XYZ19.4818.722.66-
YUV121.45131.13135.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 127 (50% from 255) = 33.96%
R=35.29%
G=30.75%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211512700.130.040.48317.656.8848.43
Hex84737F0D43013e730
Octal204163177015460476760
Binary100001001110011111111101101100110000100111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84737F; }

 p { color: rgb(132,115,127); }

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

<style>
 a { background-color: #84737F; }

 a { background-color: rgb(132,115,127); }

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

<style>
 span { border-color: #84737F; }

 span { border-color: rgb(132,115,127); }

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