#84774C

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

Shades of Shadow #84774C

Tints of Shadow #84774C

Color information

#84774C (or 0x84774C) is unknown color: approx Shadow. HEX triplet: 84, 77 and 4C. RGB value is (132,119,76). Sum of RGB (Red+Green+Blue) = 132+119+76=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84774C is #7B88B3. Grayscale: #767676. Windows color (decimal): -8095924 or 5011332. OLE color: 5011332.

HSL color Cylindrical-coordinate representation of color #84774C: hue angle of 46.07º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84774C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13211976-
CMYK00.100.420.48
HSL46.07º26.92%40.78%-
HSV(B)46.07º42.42%51.76%-
XYZ17.4218.629.51-
YUV117.98104.31138-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 76 (30.08% from 255) = 23.24%
R=40.37%
G=36.39%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321197600.100.420.4846.0726.9240.78
Hex84774C0A2A302e1b29
Octal2041671140125260563351
Binary10000100111011110011000101010101011000010111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,119,76); }

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

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

 a { background-color: rgb(132,119,76); }

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

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

 span { border-color: rgb(132,119,76); }

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