#887F75

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

Shades of Americano #887F75

Tints of Americano #887F75

Color information

#887F75 (or 0x887F75) is unknown color: approx Americano. HEX triplet: 88, 7F and 75. RGB value is (136,127,117). Sum of RGB (Red+Green+Blue) = 136+127+117=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 136 - color contains mainly: red. Hex color #887F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F75 is #77808A. Grayscale: #808080. Windows color (decimal): -7831691 or 7700360. OLE color: 7700360.

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

Color convert

RGB136127117-
CMYK00.070.140.47
HSL31.58º7.51%49.61%-
HSV(B)31.58º13.97%53.33%-
XYZ20.9521.719.91-
YUV128.55121.48133.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=35.79%
G=33.42%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612711700.070.140.4731.587.5149.61
Hex887F7507E2F20832
Octal210177165071657401062
Binary1000100011111111110101011111101011111000001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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