#897F77

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

Shades of Americano #897F77

Tints of Americano #897F77

Color information

#897F77 (or 0x897F77) is unknown color: approx Americano. HEX triplet: 89, 7F and 77. RGB value is (137,127,119). Sum of RGB (Red+Green+Blue) = 137+127+119=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #897F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F77 is #768088. Grayscale: #818181. Windows color (decimal): -7766153 or 7831433. OLE color: 7831433.

HSL color Cylindrical-coordinate representation of color #897F77: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #897F77 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB137127119-
CMYK00.070.130.46
HSL26.67º7.09%50.2%-
HSV(B)26.67º13.14%53.73%-
XYZ21.2421.8320.55-
YUV129.08122.31133.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=35.77%
G=33.16%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712711900.070.130.4626.677.0950.2
Hex897F7707D2E1b732
Octal21117716707155633762
Binary10001001111111111101110111110110111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897F77; }

 p { color: rgb(137,127,119); }

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

<style>
 a { background-color: #897F77; }

 a { background-color: rgb(137,127,119); }

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

<style>
 span { border-color: #897F77; }

 span { border-color: rgb(137,127,119); }

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