#8C776A

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

Shades of Americano #8C776A

Tints of Americano #8C776A

Color information

#8C776A (or 0x8C776A) is unknown color: approx Americano. HEX triplet: 8C, 77 and 6A. RGB value is (140,119,106). Sum of RGB (Red+Green+Blue) = 140+119+106=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C776A is #738895. Grayscale: #7B7B7B. Windows color (decimal): -7571606 or 6977420. OLE color: 6977420.

HSL color Cylindrical-coordinate representation of color #8C776A: hue angle of 22.94º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C776A is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB140119106-
CMYK00.150.240.45
HSL22.94º13.82%48.24%-
HSV(B)22.94º24.29%54.9%-
XYZ20.0119.8116.4-
YUV123.8117.96139.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=38.36%
G=32.60%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011910600.150.240.4522.9413.8248.24
Hex8C776A0F182D17e30
Octal2141671520173055271660
Binary10001100111011111010100111111000101101101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,119,106); }

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

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

 a { background-color: rgb(140,119,106); }

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

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

 span { border-color: rgb(140,119,106); }

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