#84776F

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

Shades of Americano #84776F

Tints of Americano #84776F

Color information

#84776F (or 0x84776F) is unknown color: approx Americano. HEX triplet: 84, 77 and 6F. RGB value is (132,119,111). Sum of RGB (Red+Green+Blue) = 132+119+111=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #84776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84776F is #7B8890. Grayscale: #7A7A7A. Windows color (decimal): -8095889 or 7305092. OLE color: 7305092.

HSL color Cylindrical-coordinate representation of color #84776F: hue angle of 22.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84776F is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB132119111-
CMYK00.100.160.48
HSL22.86º8.64%47.65%-
HSV(B)22.86º15.91%51.76%-
XYZ18.9819.2517.75-
YUV121.98121.81135.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=36.46%
G=32.87%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211911100.100.160.4822.868.6447.65
Hex84776F0A103017930
Octal2041671570122060271160
Binary10000100111011111011110101010000110000101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,119,111); }

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

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

 a { background-color: rgb(132,119,111); }

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

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

 span { border-color: rgb(132,119,111); }

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