#81756E

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

Shades of Americano #81756E

Tints of Americano #81756E

Color information

#81756E (or 0x81756E) is unknown color: approx Americano. HEX triplet: 81, 75 and 6E. RGB value is (129,117,110). Sum of RGB (Red+Green+Blue) = 129+117+110=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 129 - color contains mainly: red. Hex color #81756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81756E is #7E8A91. Grayscale: #777777. Windows color (decimal): -8293010 or 7239041. OLE color: 7239041.

HSL color Cylindrical-coordinate representation of color #81756E: hue angle of 22.11º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #81756E is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB129117110-
CMYK00.090.150.49
HSL22.11º7.95%46.86%-
HSV(B)22.11º14.73%50.59%-
XYZ18.2318.5217.36-
YUV119.79122.48134.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=36.24%
G=32.87%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911711000.090.150.4922.117.9546.86
Hex81756E09F311682f
Octal2011651560111761261057
Binary1000000111101011101110010011111110001101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81756E; }

 p { color: rgb(129,117,110); }

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

<style>
 a { background-color: #81756E; }

 a { background-color: rgb(129,117,110); }

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

<style>
 span { border-color: #81756E; }

 span { border-color: rgb(129,117,110); }

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