#887E72

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

Shades of Americano #887E72

Tints of Americano #887E72

Color information

#887E72 (or 0x887E72) is unknown color: approx Americano. HEX triplet: 88, 7E and 72. RGB value is (136,126,114). Sum of RGB (Red+Green+Blue) = 136+126+114=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #887E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887E72 is #77818D. Grayscale: #7F7F7F. Windows color (decimal): -7831950 or 7503496. OLE color: 7503496.

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

Color convert

RGB136126114-
CMYK00.070.160.47
HSL32.73º8.8%49.02%-
HSV(B)32.73º16.18%53.33%-
XYZ20.6521.3718.96-
YUV127.62120.31133.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=36.17%
G=33.51%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612611400.070.160.4732.738.849.02
Hex887E7207102F21931
Octal210176162072057411161
Binary10001000111111011100100111100001011111000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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