Html Css Color HEX #897F74 Americano

📋 copy color: '#897F74'

red 137 ◦ green 127 ◦ blue 116

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

Shades of Americano #897F74

Tints of Americano #897F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 36.05%
G = 33.42%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#897F74 (or 0x897F74) is known color: Americano. HEX triplet: 89, 7F and 74. RGB value is (137,127,116). Sum of RGB (Red+Green+Blue) = 137+127+116=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #897F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F74 is #76808B. Grayscale: #808080. Windows color (decimal): -7766156 or 7634825. OLE color: 7634825.

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

Color convert

RGB 137 127 116 -
CMYK 0 0.07 0.15 0.46
HSL 31.43º 0.08% 0.5% -
HSV(B) 31.43º 0.15% 0.54% -
XYZ 21.06 21.76 19.61 -
YUV 128.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 137 127 116 0 0.07 0.15 0.46 31.43 0.08 0.5
Hex 89 7F 74 0 7 F 2E 1F 8 32
Octal 211 177 164 0 7 17 56 37 10 62
Binary 10001001 1111111 1110100 0 111 1111 101110 11111 1000 110010

Color Harmonies of #897F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897F74

Black with #897F74

Text Example


Text Example

White with #897F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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