#887E76

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

Shades of Americano #887E76

Tints of Americano #887E76

Color information

#887E76 (or 0x887E76) is unknown color: approx Americano. HEX triplet: 88, 7E and 76. RGB value is (136,126,118). Sum of RGB (Red+Green+Blue) = 136+126+118=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #887E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E76 is #778189. Grayscale: #808080. Windows color (decimal): -7831946 or 7765640. OLE color: 7765640.

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

Color convert

RGB136126118-
CMYK00.070.130.47
HSL26.67º7.09%49.8%-
HSV(B)26.67º13.24%53.33%-
XYZ20.8821.4620.18-
YUV128.08122.31133.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=35.79%
G=33.16%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612611800.070.130.4726.677.0949.8
Hex887E7607D2F1b732
Octal21017616607155733762
Binary10001000111111011101100111110110111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,126,118); }

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

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

 a { background-color: rgb(136,126,118); }

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

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

 span { border-color: rgb(136,126,118); }

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