#80756F

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

Shades of Americano #80756F

Tints of Americano #80756F

Color information

#80756F (or 0x80756F) is unknown color: approx Americano. HEX triplet: 80, 75 and 6F. RGB value is (128,117,111). Sum of RGB (Red+Green+Blue) = 128+117+111=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 128 - color contains mainly: red. Hex color #80756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80756F is #7F8A90. Grayscale: #777777. Windows color (decimal): -8358545 or 7304576. OLE color: 7304576.

HSL color Cylindrical-coordinate representation of color #80756F: hue angle of 21.18º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #80756F is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB128117111-
CMYK00.090.130.50
HSL21.18º7.11%46.86%-
HSV(B)21.18º13.28%50.2%-
XYZ18.1318.4617.65-
YUV119.6123.14133.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=35.96%
G=32.87%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811711100.090.130.5021.187.1146.86
Hex80756F09D321572f
Octal200165157011156225757
Binary100000001110101110111101001110111001010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80756F; }

 p { color: rgb(128,117,111); }

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

<style>
 a { background-color: #80756F; }

 a { background-color: rgb(128,117,111); }

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

<style>
 span { border-color: #80756F; }

 span { border-color: rgb(128,117,111); }

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