#8A8078

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

Shades of Americano #8A8078

Tints of Americano #8A8078

Color information

#8A8078 (or 0x8A8078) is unknown color: approx Americano. HEX triplet: 8A, 80 and 78. RGB value is (138,128,120). Sum of RGB (Red+Green+Blue) = 138+128+120=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8078 is #757F87. Grayscale: #828282. Windows color (decimal): -7700360 or 7897226. OLE color: 7897226.

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

Color convert

RGB138128120-
CMYK00.070.130.46
HSL26.67º7.14%50.59%-
HSV(B)26.67º13.04%54.12%-
XYZ21.5922.220.92-
YUV130.08122.31133.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=35.75%
G=33.16%
B=31.09%

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
Decimal13812812000.070.130.4626.677.1450.59
Hex8A807807D2E1b733
Octal21220017007155633763
Binary100010101000000011110000111110110111011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8078; }

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

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

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

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

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

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

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

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