#877D71

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

Shades of Americano #877D71

Tints of Americano #877D71

Color information

#877D71 (or 0x877D71) is unknown color: approx Americano. HEX triplet: 87, 7D and 71. RGB value is (135,125,113). Sum of RGB (Red+Green+Blue) = 135+125+113=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #877D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D71 is #78828E. Grayscale: #7E7E7E. Windows color (decimal): -7897743 or 7437703. OLE color: 7437703.

HSL color Cylindrical-coordinate representation of color #877D71: hue angle of 32.73º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #877D71 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB135125113-
CMYK00.070.160.47
HSL32.73º8.87%48.63%-
HSV(B)32.73º16.3%52.94%-
XYZ20.3121.0118.61-
YUV126.62120.31133.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=36.19%
G=33.51%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512511300.070.160.4732.738.8748.63
Hex877D7107102F21931
Octal207175161072057411161
Binary10000111111110111100010111100001011111000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877D71; }

 p { color: rgb(135,125,113); }

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

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

 a { background-color: rgb(135,125,113); }

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

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

 span { border-color: rgb(135,125,113); }

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