#82756E

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

Shades of Americano #82756E

Tints of Americano #82756E

Color information

#82756E (or 0x82756E) is unknown color: approx Americano. HEX triplet: 82, 75 and 6E. RGB value is (130,117,110). Sum of RGB (Red+Green+Blue) = 130+117+110=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 130 - color contains mainly: red. Hex color #82756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82756E is #7D8A91. Grayscale: #787878. Windows color (decimal): -8227474 or 7239042. OLE color: 7239042.

HSL color Cylindrical-coordinate representation of color #82756E: hue angle of 21º 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 #82756E is Cyan = 0, Magento = 0.1, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB130117110-
CMYK00.10.150.49
HSL21º8.33%47.06%-
HSV(B)21º15.38%50.98%-
XYZ18.3818.5917.37-
YUV120.09122.31135.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=36.41%
G=32.77%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011711000.10.150.49218.3347.06
Hex82756E0AF311582f
Octal2021651560121761251057
Binary1000001011101011101110010101111110001101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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