#87754F

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

Shades of Shadow #87754F

Tints of Shadow #87754F

Color information

#87754F (or 0x87754F) is unknown color: approx Shadow. HEX triplet: 87, 75 and 4F. RGB value is (135,117,79). Sum of RGB (Red+Green+Blue) = 135+117+79=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 135 - color contains mainly: red. Hex color #87754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87754F is #788AB0. Grayscale: #767676. Windows color (decimal): -7899825 or 5207431. OLE color: 5207431.

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

Color convert

RGB13511779-
CMYK00.130.410.47
HSL40.71º26.17%41.96%-
HSV(B)40.71º41.48%52.94%-
XYZ17.7618.4410.02-
YUV118.05105.96140.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.79%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=40.79%
G=35.35%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351177900.130.410.4740.7126.1741.96
Hex87754F0D292F291a2a
Octal2071651170155157513252
Binary10000111111010110011110110110100110111110100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87754F; }

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

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

<style>
 a { background-color: #87754F; }

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

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

<style>
 span { border-color: #87754F; }

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

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