#887D75

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

Shades of Americano #887D75

Tints of Americano #887D75

Color information

#887D75 (or 0x887D75) is unknown color: approx Americano. HEX triplet: 88, 7D and 75. RGB value is (136,125,117). Sum of RGB (Red+Green+Blue) = 136+125+117=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #887D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D75 is #77828A. Grayscale: #7F7F7F. Windows color (decimal): -7832203 or 7699848. OLE color: 7699848.

HSL color Cylindrical-coordinate representation of color #887D75: hue angle of 25.26º 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 #887D75 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB136125117-
CMYK00.080.140.47
HSL25.26º7.51%49.61%-
HSV(B)25.26º13.97%53.33%-
XYZ20.721.1919.83-
YUV127.38122.14134.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=35.98%
G=33.07%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612511700.080.140.4725.267.5149.61
Hex887D7508E2F19832
Octal2101751650101657311062
Binary1000100011111011110101010001110101111110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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