#887D71

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

Shades of Americano #887D71

Tints of Americano #887D71

Color information

#887D71 (or 0x887D71) is unknown color: approx Americano. HEX triplet: 88, 7D and 71. RGB value is (136,125,113). Sum of RGB (Red+Green+Blue) = 136+125+113=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #887D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D71 is #77828E. Grayscale: #7E7E7E. Windows color (decimal): -7832207 or 7437704. OLE color: 7437704.

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

Color convert

RGB136125113-
CMYK00.080.170.47
HSL31.3º9.24%48.82%-
HSV(B)31.3º16.91%53.33%-
XYZ20.4721.0918.62-
YUV126.92120.14134.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=36.36%
G=33.42%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612511300.080.170.4731.39.2448.82
Hex887D7108112F1f931
Octal2101751610102157371161
Binary10001000111110111100010100010001101111111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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