#8E8278

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

Shades of Americano #8E8278

Tints of Americano #8E8278

Color information

#8E8278 (or 0x8E8278) is unknown color: approx Americano. HEX triplet: 8E, 82 and 78. RGB value is (142,130,120). Sum of RGB (Red+Green+Blue) = 142+130+120=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8278 is #717D87. Grayscale: #848484. Windows color (decimal): -7437704 or 7897742. OLE color: 7897742.

HSL color Cylindrical-coordinate representation of color #8E8278: hue angle of 27.27º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E8278 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB142130120-
CMYK00.080.150.44
HSL27.27º8.87%51.37%-
HSV(B)27.27º15.49%55.69%-
XYZ22.5323.0721.04-
YUV132.45120.98134.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.22%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=36.22%
G=33.16%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213012000.080.150.4427.278.8751.37
Hex8E827808F2C1b933
Octal2162021700101754331163
Binary10001110100000101111000010001111101100110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,130,120); }

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

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

 a { background-color: rgb(142,130,120); }

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

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

 span { border-color: rgb(142,130,120); }

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