#847E77

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

Shades of Americano #847E77

Tints of Americano #847E77

Color information

#847E77 (or 0x847E77) is unknown color: approx Americano. HEX triplet: 84, 7E and 77. RGB value is (132,126,119). Sum of RGB (Red+Green+Blue) = 132+126+119=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 132 - color contains mainly: red. Hex color #847E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E77 is #7B8188. Grayscale: #7F7F7F. Windows color (decimal): -8094089 or 7831172. OLE color: 7831172.

HSL color Cylindrical-coordinate representation of color #847E77: hue angle of 32.31º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #847E77 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB132126119-
CMYK00.050.100.48
HSL32.31º5.18%49.22%-
HSV(B)32.31º9.85%51.76%-
XYZ20.3121.1620.47-
YUV127123.49131.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=35.01%
G=33.42%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212611900.050.100.4832.315.1849.22
Hex847E7705A3020531
Octal20417616705126040561
Binary100001001111110111011101011010110000100000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847E77; }

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

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

<style>
 a { background-color: #847E77; }

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

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

<style>
 span { border-color: #847E77; }

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

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