#876F4F

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

Shades of Shadow #876F4F

Tints of Shadow #876F4F

Color information

#876F4F (or 0x876F4F) is unknown color: approx Shadow. HEX triplet: 87, 6F and 4F. RGB value is (135,111,79). Sum of RGB (Red+Green+Blue) = 135+111+79=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #876F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F4F is #7890B0. Grayscale: #727272. Windows color (decimal): -7901361 or 5205895. OLE color: 5205895.

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

Color convert

RGB13511179-
CMYK00.180.410.47
HSL34.29º26.17%41.96%-
HSV(B)34.29º41.48%52.94%-
XYZ17.0917.089.79-
YUV114.53107.95142.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=41.54%
G=34.15%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351117900.180.410.4734.2926.1741.96
Hex876F4F012292F221a2a
Octal2071571170225157423252
Binary100001111101111100111101001010100110111110001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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