Html Css Color HEX #897F76 Americano

📋 copy color: '#897F76'

red 137 ◦ green 127 ◦ blue 118

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

Shades of Americano #897F76

Tints of Americano #897F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 35.86%
G = 33.25%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#897F76 (or 0x897F76) is known color: Americano. HEX triplet: 89, 7F and 76. RGB value is (137,127,118). Sum of RGB (Red+Green+Blue) = 137+127+118=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #897F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F76 is #768089. Grayscale: #818181. Windows color (decimal): -7766154 or 7765897. OLE color: 7765897.

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

Color convert

RGB 137 127 118 -
CMYK 0 0.07 0.14 0.46
HSL 28.42º 0.07% 0.5% -
HSV(B) 28.42º 0.14% 0.54% -
XYZ 21.18 21.81 20.23 -
YUV 128.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 137 127 118 0 0.07 0.14 0.46 28.42 0.07 0.5
Hex 89 7F 76 0 7 E 2E 1C 7 32
Octal 211 177 166 0 7 16 56 34 7 62
Binary 10001001 1111111 1110110 0 111 1110 101110 11100 111 110010

Color Harmonies of #897F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897F76

Black with #897F76

Text Example


Text Example

White with #897F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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