#87744F

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

Shades of Shadow #87744F

Tints of Shadow #87744F

Color information

#87744F (or 0x87744F) is unknown color: approx Shadow. HEX triplet: 87, 74 and 4F. RGB value is (135,116,79). Sum of RGB (Red+Green+Blue) = 135+116+79=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #87744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87744F is #788BB0. Grayscale: #757575. Windows color (decimal): -7900081 or 5207175. OLE color: 5207175.

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

Color convert

RGB13511679-
CMYK00.140.410.47
HSL39.64º26.17%41.96%-
HSV(B)39.64º41.48%52.94%-
XYZ17.6518.219.98-
YUV117.46106.29140.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=40.91%
G=35.15%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351167900.140.410.4739.6426.1741.96
Hex87744F0E292F281a2a
Octal2071641170165157503252
Binary10000111111010010011110111010100110111110100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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