#876A4C

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

Shades of Shadow #876A4C

Tints of Shadow #876A4C

Color information

#876A4C (or 0x876A4C) is unknown color: approx Shadow. HEX triplet: 87, 6A and 4C. RGB value is (135,106,76). Sum of RGB (Red+Green+Blue) = 135+106+76=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #876A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876A4C is #7895B3. Grayscale: #6F6F6F. Windows color (decimal): -7902644 or 5008007. OLE color: 5008007.

HSL color Cylindrical-coordinate representation of color #876A4C: hue angle of 30.51º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #876A4C is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13510676-
CMYK00.210.440.47
HSL30.51º27.96%41.37%-
HSV(B)30.51º43.7%52.94%-
XYZ16.4515.989.06-
YUV111.25108.11144.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=42.59%
G=33.44%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351067600.210.440.4730.5127.9641.37
Hex876A4C0152C2F1f1c29
Octal2071521140255457373451
Binary10000111110101010011000101011011001011111111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,106,76); }

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

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

 a { background-color: rgb(135,106,76); }

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

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

 span { border-color: rgb(135,106,76); }

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