#847E78

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

Shades of Americano #847E78

Tints of Americano #847E78

Color information

#847E78 (or 0x847E78) is unknown color: approx Americano. HEX triplet: 84, 7E and 78. RGB value is (132,126,120). Sum of RGB (Red+Green+Blue) = 132+126+120=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 132 - color contains mainly: red. Hex color #847E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847E78 is #7B8187. Grayscale: #7F7F7F. Windows color (decimal): -8094088 or 7896708. OLE color: 7896708.

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

Color convert

RGB132126120-
CMYK00.050.090.48
HSL30º4.76%49.41%-
HSV(B)30º9.09%51.76%-
XYZ20.3721.1820.78-
YUV127.11123.99131.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 126 (49.61% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=34.92%
G=33.33%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212612000.050.090.48304.7649.41
Hex847E78059301e531
Octal20417617005116036561
Binary10000100111111011110000101100111000011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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