#87744A

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

Shades of Shadow #87744A

Tints of Shadow #87744A

Color information

#87744A (or 0x87744A) is unknown color: approx Shadow. HEX triplet: 87, 74 and 4A. RGB value is (135,116,74). Sum of RGB (Red+Green+Blue) = 135+116+74=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87744A is #788BB5. Grayscale: #757575. Windows color (decimal): -7900086 or 4879495. OLE color: 4879495.

HSL color Cylindrical-coordinate representation of color #87744A: hue angle of 41.31º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87744A is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13511674-
CMYK00.140.450.47
HSL41.31º29.19%40.98%-
HSV(B)41.31º45.19%52.94%-
XYZ17.4718.149.06-
YUV116.89103.79140.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=41.54%
G=35.69%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351167400.140.450.4741.3129.1940.98
Hex87744A0E2D2F291d29
Octal2071641120165557513551
Binary10000111111010010010100111010110110111110100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87744A; }

 p { color: rgb(135,116,74); }

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

<style>
 a { background-color: #87744A; }

 a { background-color: rgb(135,116,74); }

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

<style>
 span { border-color: #87744A; }

 span { border-color: rgb(135,116,74); }

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