#887C6F

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

Shades of Americano #887C6F

Tints of Americano #887C6F

Color information

#887C6F (or 0x887C6F) is unknown color: approx Americano. HEX triplet: 88, 7C and 6F. RGB value is (136,124,111). Sum of RGB (Red+Green+Blue) = 136+124+111=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #887C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C6F is #778390. Grayscale: #7E7E7E. Windows color (decimal): -7832465 or 7306376. OLE color: 7306376.

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

Color convert

RGB136124111-
CMYK00.090.180.47
HSL31.2º10.12%48.43%-
HSV(B)31.2º18.38%53.33%-
XYZ20.2320.817.99-
YUV126.11119.48135.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=36.66%
G=33.42%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612411100.090.180.4731.210.1248.43
Hex887C6F09122F1fa30
Octal2101741570112257371260
Binary10001000111110011011110100110010101111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,124,111); }

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

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

 a { background-color: rgb(136,124,111); }

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

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

 span { border-color: rgb(136,124,111); }

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