#82786F

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

Shades of Americano #82786F

Tints of Americano #82786F

Color information

#82786F (or 0x82786F) is unknown color: approx Americano. HEX triplet: 82, 78 and 6F. RGB value is (130,120,111). Sum of RGB (Red+Green+Blue) = 130+120+111=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #82786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82786F is #7D8790. Grayscale: #7A7A7A. Windows color (decimal): -8226705 or 7305346. OLE color: 7305346.

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

Color convert

RGB130120111-
CMYK00.080.150.49
HSL28.42º7.88%47.25%-
HSV(B)28.42º14.62%50.98%-
XYZ18.7919.3317.78-
YUV121.96121.81133.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=36.01%
G=33.24%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012011100.080.150.4928.427.8847.25
Hex82786F08F311c82f
Octal2021701570101761341057
Binary1000001011110001101111010001111110001111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,120,111); }

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

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

 a { background-color: rgb(130,120,111); }

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

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

 span { border-color: rgb(130,120,111); }

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