#877C71

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

Shades of Americano #877C71

Tints of Americano #877C71

Color information

#877C71 (or 0x877C71) is unknown color: approx Americano. HEX triplet: 87, 7C and 71. RGB value is (135,124,113). Sum of RGB (Red+Green+Blue) = 135+124+113=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #877C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C71 is #78838E. Grayscale: #7E7E7E. Windows color (decimal): -7897999 or 7437447. OLE color: 7437447.

HSL color Cylindrical-coordinate representation of color #877C71: hue angle of 30º 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 #877C71 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB135124113-
CMYK00.080.160.47
HSL30º8.87%48.63%-
HSV(B)30º16.3%52.94%-
XYZ20.1820.7618.57-
YUV126.04120.64134.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=36.29%
G=33.33%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512411300.080.160.47308.8748.63
Hex877C7108102F1e931
Octal2071741610102057361161
Binary10000111111110011100010100010000101111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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