#87704D

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

Shades of Shadow #87704D

Tints of Shadow #87704D

Color information

#87704D (or 0x87704D) is unknown color: approx Shadow. HEX triplet: 87, 70 and 4D. RGB value is (135,112,77). Sum of RGB (Red+Green+Blue) = 135+112+77=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #87704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87704D is #788FB2. Grayscale: #737373. Windows color (decimal): -7901107 or 5075079. OLE color: 5075079.

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

Color convert

RGB13511277-
CMYK00.170.430.47
HSL36.21º27.36%41.57%-
HSV(B)36.21º42.96%52.94%-
XYZ17.1317.289.45-
YUV114.89106.62142.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=41.67%
G=34.57%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351127700.170.430.4736.2127.3641.57
Hex87704D0112B2F241b2a
Octal2071601150215357443352
Binary100001111110000100110101000110101110111110010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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