#84747F

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

Shades of Monsoon #84747F

Tints of Monsoon #84747F

Color information

#84747F (or 0x84747F) is unknown color: approx Monsoon. HEX triplet: 84, 74 and 7F. RGB value is (132,116,127). Sum of RGB (Red+Green+Blue) = 132+116+127=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 132 - color contains mainly: red. Hex color #84747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84747F is #7B8B80. Grayscale: #7A7A7A. Windows color (decimal): -8096641 or 8352900. OLE color: 8352900.

HSL color Cylindrical-coordinate representation of color #84747F: hue angle of 318.75º 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 #84747F is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB132116127-
CMYK00.120.040.48
HSL318.75º6.45%48.63%-
HSV(B)318.75º12.12%51.76%-
XYZ19.5918.9322.7-
YUV122.04130.8135.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 127 (50% from 255) = 33.87%
R=35.2%
G=30.93%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211612700.120.040.48318.756.4548.63
Hex84747F0C43013f631
Octal204164177014460477661
Binary100001001110100111111101100100110000100111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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