#8A786E

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

Shades of Americano #8A786E

Tints of Americano #8A786E

Color information

#8A786E (or 0x8A786E) is unknown color: approx Americano. HEX triplet: 8A, 78 and 6E. RGB value is (138,120,110). Sum of RGB (Red+Green+Blue) = 138+120+110=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 138 - color contains mainly: red. Hex color #8A786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A786E is #758791. Grayscale: #7C7C7C. Windows color (decimal): -7702418 or 7239818. OLE color: 7239818.

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

Color convert

RGB138120110-
CMYK00.130.200.46
HSL21.43º11.29%48.63%-
HSV(B)21.43º20.29%54.12%-
XYZ20.0119.9617.55-
YUV124.24119.96137.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.5%
GREEN value IS 120 (47.27% from 255) = 32.61%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=37.5%
G=32.61%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812011000.130.200.4621.4311.2948.63
Hex8A786E0D142E15b31
Octal2121701560152456251361
Binary10001010111100011011100110110100101110101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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