#847B70

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

Shades of Americano #847B70

Tints of Americano #847B70

Color information

#847B70 (or 0x847B70) is unknown color: approx Americano. HEX triplet: 84, 7B and 70. RGB value is (132,123,112). Sum of RGB (Red+Green+Blue) = 132+123+112=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #847B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B70 is #7B848F. Grayscale: #7C7C7C. Windows color (decimal): -8094864 or 7371652. OLE color: 7371652.

HSL color Cylindrical-coordinate representation of color #847B70: hue angle of 33º 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 #847B70 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB132123112-
CMYK00.070.150.48
HSL33º8.2%47.84%-
HSV(B)33º15.15%51.76%-
XYZ19.5220.2418.21-
YUV124.44120.98133.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 123 (48.44% from 255) = 33.51%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=35.97%
G=33.51%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212311200.070.150.48338.247.84
Hex847B7007F3021830
Octal204173160071760411060
Binary1000010011110111110000011111111100001000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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