#84747D

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

Shades of Monsoon #84747D

Tints of Monsoon #84747D

Color information

#84747D (or 0x84747D) is unknown color: approx Monsoon. HEX triplet: 84, 74 and 7D. RGB value is (132,116,125). Sum of RGB (Red+Green+Blue) = 132+116+125=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #84747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84747D is #7B8B82. Grayscale: #797979. Windows color (decimal): -8096643 or 8221828. OLE color: 8221828.

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

Color convert

RGB132116125-
CMYK00.120.050.48
HSL326.25º6.45%48.63%-
HSV(B)326.25º12.12%51.76%-
XYZ19.4618.8822.02-
YUV121.81129.8135.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 125 (49.22% from 255) = 33.51%
R=35.39%
G=31.10%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211612500.120.050.48326.256.4548.63
Hex84747D0C530146631
Octal204164175014560506661
Binary100001001110100111110101100101110000101000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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