#857A70

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

Shades of Americano #857A70

Tints of Americano #857A70

Color information

#857A70 (or 0x857A70) is unknown color: approx Americano. HEX triplet: 85, 7A and 70. RGB value is (133,122,112). Sum of RGB (Red+Green+Blue) = 133+122+112=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #857A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A70 is #7A858F. Grayscale: #7C7C7C. Windows color (decimal): -8029584 or 7371397. OLE color: 7371397.

HSL color Cylindrical-coordinate representation of color #857A70: hue angle of 28.57º 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 #857A70 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB133122112-
CMYK00.080.160.48
HSL28.57º8.57%48.04%-
HSV(B)28.57º15.79%52.16%-
XYZ19.5620.0818.17-
YUV124.15121.14134.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=36.24%
G=33.24%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312211200.080.160.4828.578.5748.04
Hex857A700810301d930
Octal2051721600102060351160
Binary10000101111101011100000100010000110000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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