#87704C

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

Shades of Shadow #87704C

Tints of Shadow #87704C

Color information

#87704C (or 0x87704C) is unknown color: approx Shadow. HEX triplet: 87, 70 and 4C. RGB value is (135,112,76). Sum of RGB (Red+Green+Blue) = 135+112+76=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87704C is #788FB3. Grayscale: #727272. Windows color (decimal): -7901108 or 5009543. OLE color: 5009543.

HSL color Cylindrical-coordinate representation of color #87704C: hue angle of 36.61º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87704C is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13511276-
CMYK00.170.440.47
HSL36.61º27.96%41.37%-
HSV(B)36.61º43.7%52.94%-
XYZ17.0917.269.27-
YUV114.77106.12142.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=41.80%
G=34.67%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351127600.170.440.4736.6127.9641.37
Hex87704C0112C2F251c29
Octal2071601140215457453451
Binary100001111110000100110001000110110010111110010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,112,76); }

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

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

 a { background-color: rgb(135,112,76); }

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

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

 span { border-color: rgb(135,112,76); }

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