#84756D

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

Shades of Americano #84756D

Tints of Americano #84756D

Color information

#84756D (or 0x84756D) is unknown color: approx Americano. HEX triplet: 84, 75 and 6D. RGB value is (132,117,109). Sum of RGB (Red+Green+Blue) = 132+117+109=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #84756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84756D is #7B8A92. Grayscale: #787878. Windows color (decimal): -8096403 or 7173508. OLE color: 7173508.

HSL color Cylindrical-coordinate representation of color #84756D: hue angle of 20.87º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84756D is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132117109-
CMYK00.110.170.48
HSL20.87º9.54%47.25%-
HSV(B)20.87º17.42%51.76%-
XYZ18.6418.7317.1-
YUV120.57121.47136.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=36.87%
G=32.68%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211710900.110.170.4820.879.5447.25
Hex84756D0B113015a2f
Octal2041651550132160251257
Binary10000100111010111011010101110001110000101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84756D; }

 p { color: rgb(132,117,109); }

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

<style>
 a { background-color: #84756D; }

 a { background-color: rgb(132,117,109); }

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

<style>
 span { border-color: #84756D; }

 span { border-color: rgb(132,117,109); }

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