Html Css Color HEX #898078 Americano

📋 copy color: '#898078'

red 137 ◦ green 128 ◦ blue 120

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

Shades of Americano #898078

Tints of Americano #898078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 35.58%
G = 33.25%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#898078 (or 0x898078) is known color: Americano. HEX triplet: 89, 80 and 78. RGB value is (137,128,120). Sum of RGB (Red+Green+Blue) = 137+128+120=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #898078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898078 is #767F87. Grayscale: #818181. Windows color (decimal): -7765896 or 7897225. OLE color: 7897225.

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

Color convert

RGB 137 128 120 -
CMYK 0 0.07 0.12 0.46
HSL 28.24º 0.07% 0.5% -
HSV(B) 28.24º 0.12% 0.54% -
XYZ 21.43 22.11 20.91 -
YUV 129.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 137 128 120 0 0.07 0.12 0.46 28.24 0.07 0.5
Hex 89 80 78 0 7 C 2E 1C 7 32
Octal 211 200 170 0 7 14 56 34 7 62
Binary 10001001 10000000 1111000 0 111 1100 101110 11100 111 110010

Color Harmonies of #898078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898078

Black with #898078

Text Example


Text Example

White with #898078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898078; }

 p { color: rgb(137,128,120); }

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

background-color css

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

 a { background-color: rgb(137,128,120); }

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

border-color css

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

 span { border-color: rgb(137,128,120); }

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