#877A71

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

Shades of Americano #877A71

Tints of Americano #877A71

Color information

#877A71 (or 0x877A71) is unknown color: approx Americano. HEX triplet: 87, 7A and 71. RGB value is (135,122,113). Sum of RGB (Red+Green+Blue) = 135+122+113=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #877A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A71 is #78858E. Grayscale: #7C7C7C. Windows color (decimal): -7898511 or 7436935. OLE color: 7436935.

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

Color convert

RGB135122113-
CMYK00.100.160.47
HSL24.55º8.87%48.63%-
HSV(B)24.55º16.3%52.94%-
XYZ19.9320.2618.48-
YUV124.86121.31135.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=36.49%
G=32.97%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512211300.100.160.4724.558.8748.63
Hex877A710A102F19931
Octal2071721610122057311161
Binary10000111111101011100010101010000101111110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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