#877550

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

Shades of Shadow #877550

Tints of Shadow #877550

Color information

#877550 (or 0x877550) is unknown color: approx Shadow. HEX triplet: 87, 75 and 50. RGB value is (135,117,80). Sum of RGB (Red+Green+Blue) = 135+117+80=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #877550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877550 is #788AAF. Grayscale: #767676. Windows color (decimal): -7899824 or 5272967. OLE color: 5272967.

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

Color convert

RGB13511780-
CMYK00.130.410.47
HSL40.36º25.58%42.16%-
HSV(B)40.36º40.74%52.94%-
XYZ17.818.4510.21-
YUV118.16106.46140.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=40.66%
G=35.24%
B=24.10%

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
Decimal1351178000.130.410.4740.3625.5842.16
Hex8775500D292F281a2a
Octal2071651200155157503252
Binary10000111111010110100000110110100110111110100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877550; }

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

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

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

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

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

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

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

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