Html Css Color HEX #897F73 Americano

📋 copy color: '#897F73'

red 137 ◦ green 127 ◦ blue 115

#897F73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Americano #897F73

Tints of Americano #897F73

RGB

 RED value IS 137 (53.91% from 255) = 36.15%

 GREEN value IS 127 (50% from 255) = 33.51%

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 36.15%
G = 33.51%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#897F73 (or 0x897F73) is known color: Americano. HEX triplet: 89, 7F and 73. RGB value is (137,127,115). Sum of RGB (Red+Green+Blue) = 137+127+115=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #897F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F73 is #76808C. Grayscale: #808080. Windows color (decimal): -7766157 or 7569289. OLE color: 7569289.

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

Color convert

RGB 137 127 115 -
CMYK 0 0.07 0.16 0.46
HSL 32.73º 0.09% 0.49% -
HSV(B) 32.73º 0.16% 0.54% -
XYZ 21 21.73 19.31 -
YUV 128.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 137 127 115 0 0.07 0.16 0.46 32.73 0.09 0.49
Hex 89 7F 73 0 7 10 2E 21 9 31
Octal 211 177 163 0 7 20 56 41 11 61
Binary 10001001 1111111 1110011 0 111 10000 101110 100001 1001 110001

Color Harmonies of #897F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897F73

Black with #897F73

Text Example


Text Example

White with #897F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #897F73;
 }
 .AnyTagClassName
 {
   color: #897F73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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