#847A70

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

Shades of Americano #847A70

Tints of Americano #847A70

Color information

#847A70 (or 0x847A70) is unknown color: approx Americano. HEX triplet: 84, 7A and 70. RGB value is (132,122,112). Sum of RGB (Red+Green+Blue) = 132+122+112=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #847A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A70 is #7B858F. Grayscale: #7B7B7B. Windows color (decimal): -8095120 or 7371396. OLE color: 7371396.

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

Color convert

RGB132122112-
CMYK00.080.150.48
HSL30º8.2%47.84%-
HSV(B)30º15.15%51.76%-
XYZ19.419.9918.17-
YUV123.85121.31133.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 122 (48.05% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=36.07%
G=33.33%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212211200.080.150.48308.247.84
Hex847A7008F301e830
Octal2041721600101760361060
Binary1000010011110101110000010001111110000111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,122,112); }

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

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

 a { background-color: rgb(132,122,112); }

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

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

 span { border-color: rgb(132,122,112); }

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