#887D72

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

Shades of Americano #887D72

Tints of Americano #887D72

Color information

#887D72 (or 0x887D72) is unknown color: approx Americano. HEX triplet: 88, 7D and 72. RGB value is (136,125,114). Sum of RGB (Red+Green+Blue) = 136+125+114=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #887D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887D72 is #77828D. Grayscale: #7F7F7F. Windows color (decimal): -7832206 or 7503240. OLE color: 7503240.

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

Color convert

RGB136125114-
CMYK00.080.160.47
HSL30º8.8%49.02%-
HSV(B)30º16.18%53.33%-
XYZ20.5221.1218.91-
YUV127.04120.64134.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=36.27%
G=33.33%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612511400.080.160.47308.849.02
Hex887D7208102F1e931
Octal2101751620102057361161
Binary10001000111110111100100100010000101111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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