#877750

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

Shades of Shadow #877750

Tints of Shadow #877750

Color information

#877750 (or 0x877750) is unknown color: approx Shadow. HEX triplet: 87, 77 and 50. RGB value is (135,119,80). Sum of RGB (Red+Green+Blue) = 135+119+80=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #877750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877750 is #7888AF. Grayscale: #777777. Windows color (decimal): -7899312 or 5273479. OLE color: 5273479.

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

Color convert

RGB13511980-
CMYK00.120.410.47
HSL42.55º25.58%42.16%-
HSV(B)42.55º40.74%52.94%-
XYZ18.0418.9210.29-
YUV119.34105.8139.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=40.42%
G=35.63%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351198000.120.410.4742.5525.5842.16
Hex8777500C292F2b1a2a
Octal2071671200145157533252
Binary10000111111011110100000110010100110111110101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877750; }

 p { color: rgb(135,119,80); }

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

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

 a { background-color: rgb(135,119,80); }

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

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

 span { border-color: rgb(135,119,80); }

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