#876F4E

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

Shades of Shadow #876F4E

Tints of Shadow #876F4E

Color information

#876F4E (or 0x876F4E) is unknown color: approx Shadow. HEX triplet: 87, 6F and 4E. RGB value is (135,111,78). Sum of RGB (Red+Green+Blue) = 135+111+78=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #876F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F4E is #7890B1. Grayscale: #727272. Windows color (decimal): -7901362 or 5140359. OLE color: 5140359.

HSL color Cylindrical-coordinate representation of color #876F4E: hue angle of 34.74º 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 #876F4E is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13511178-
CMYK00.180.420.47
HSL34.74º26.76%41.76%-
HSV(B)34.74º42.22%52.94%-
XYZ17.0517.079.6-
YUV114.41107.45142.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=41.67%
G=34.26%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351117800.180.420.4734.7426.7641.76
Hex876F4E0122A2F231b2a
Octal2071571160225257433352
Binary100001111101111100111001001010101010111110001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876F4E; }

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

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

<style>
 a { background-color: #876F4E; }

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

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

<style>
 span { border-color: #876F4E; }

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

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