#8C7A6F

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

Shades of Americano #8C7A6F

Tints of Americano #8C7A6F

Color information

#8C7A6F (or 0x8C7A6F) is unknown color: approx Americano. HEX triplet: 8C, 7A and 6F. RGB value is (140,122,111). Sum of RGB (Red+Green+Blue) = 140+122+111=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A6F is #738590. Grayscale: #7E7E7E. Windows color (decimal): -7570833 or 7305868. OLE color: 7305868.

HSL color Cylindrical-coordinate representation of color #8C7A6F: hue angle of 22.76º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C7A6F is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB140122111-
CMYK00.130.210.45
HSL22.76º11.55%49.22%-
HSV(B)22.76º20.71%54.9%-
XYZ20.6420.6417.94-
YUV126.13119.46137.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=37.53%
G=32.71%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012211100.130.210.4522.7611.5549.22
Hex8C7A6F0D152D17c31
Octal2141721570152555271461
Binary10001100111101011011110110110101101101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,122,111); }

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

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

 a { background-color: rgb(140,122,111); }

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

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

 span { border-color: rgb(140,122,111); }

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