#87784A

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

Shades of Shadow #87784A

Tints of Shadow #87784A

Color information

#87784A (or 0x87784A) is unknown color: approx Shadow. HEX triplet: 87, 78 and 4A. RGB value is (135,120,74). Sum of RGB (Red+Green+Blue) = 135+120+74=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #87784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87784A is #7887B5. Grayscale: #777777. Windows color (decimal): -7899062 or 4880519. OLE color: 4880519.

HSL color Cylindrical-coordinate representation of color #87784A: hue angle of 45.25º 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 #87784A is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13512074-
CMYK00.110.450.47
HSL45.25º29.19%40.98%-
HSV(B)45.25º45.19%52.94%-
XYZ17.9419.089.22-
YUV119.24102.47139.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=41.03%
G=36.47%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351207400.110.450.4745.2529.1940.98
Hex87784A0B2D2F2d1d29
Octal2071701120135557553551
Binary10000111111100010010100101110110110111110110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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