#87764E

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

Shades of Shadow #87764E

Tints of Shadow #87764E

Color information

#87764E (or 0x87764E) is unknown color: approx Shadow. HEX triplet: 87, 76 and 4E. RGB value is (135,118,78). Sum of RGB (Red+Green+Blue) = 135+118+78=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #87764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87764E is #7889B1. Grayscale: #767676. Windows color (decimal): -7899570 or 5142151. OLE color: 5142151.

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

Color convert

RGB13511878-
CMYK00.130.420.47
HSL42.11º26.76%41.76%-
HSV(B)42.11º42.22%52.94%-
XYZ17.8518.669.87-
YUV118.52105.13139.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=40.79%
G=35.65%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351187800.130.420.4742.1126.7641.76
Hex87764E0D2A2F2a1b2a
Octal2071661160155257523352
Binary10000111111011010011100110110101010111110101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87764E; }

 p { color: rgb(135,118,78); }

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

<style>
 a { background-color: #87764E; }

 a { background-color: rgb(135,118,78); }

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

<style>
 span { border-color: #87764E; }

 span { border-color: rgb(135,118,78); }

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