#8D7E72

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

Shades of Americano #8D7E72

Tints of Americano #8D7E72

Color information

#8D7E72 (or 0x8D7E72) is unknown color: approx Americano. HEX triplet: 8D, 7E and 72. RGB value is (141,126,114). Sum of RGB (Red+Green+Blue) = 141+126+114=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7E72 is #72818D. Grayscale: #818181. Windows color (decimal): -7504270 or 7503501. OLE color: 7503501.

HSL color Cylindrical-coordinate representation of color #8D7E72: hue angle of 26.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D7E72 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB141126114-
CMYK00.110.190.45
HSL26.67º10.59%50%-
HSV(B)26.67º19.15%55.29%-
XYZ21.4821.819-
YUV129.12119.47136.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=37.01%
G=33.07%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112611400.110.190.4526.6710.5950
Hex8D7E720B132D1bb32
Octal2151761620132355331362
Binary10001101111111011100100101110011101101110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,126,114); }

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

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

 a { background-color: rgb(141,126,114); }

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

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

 span { border-color: rgb(141,126,114); }

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