#887F77

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

Shades of Americano #887F77

Tints of Americano #887F77

Color information

#887F77 (or 0x887F77) is unknown color: approx Americano. HEX triplet: 88, 7F and 77. RGB value is (136,127,119). Sum of RGB (Red+Green+Blue) = 136+127+119=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #887F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F77 is #778088. Grayscale: #808080. Windows color (decimal): -7831689 or 7831432. OLE color: 7831432.

HSL color Cylindrical-coordinate representation of color #887F77: hue angle of 28.24º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #887F77 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB136127119-
CMYK00.070.120.47
HSL28.24º6.67%50%-
HSV(B)28.24º12.5%53.33%-
XYZ21.0721.7420.54-
YUV128.78122.48133.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.60%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=35.60%
G=33.25%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612711900.070.120.4728.246.6750
Hex887F7707C2F1c732
Octal21017716707145734762
Binary10001000111111111101110111110010111111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,127,119); }

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

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

 a { background-color: rgb(136,127,119); }

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

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

 span { border-color: rgb(136,127,119); }

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