#857D74

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

Shades of Americano #857D74

Tints of Americano #857D74

Color information

#857D74 (or 0x857D74) is unknown color: approx Americano. HEX triplet: 85, 7D and 74. RGB value is (133,125,116). Sum of RGB (Red+Green+Blue) = 133+125+116=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #857D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D74 is #7A828B. Grayscale: #7E7E7E. Windows color (decimal): -8028812 or 7634309. OLE color: 7634309.

HSL color Cylindrical-coordinate representation of color #857D74: hue angle of 31.76º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #857D74 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB133125116-
CMYK00.060.130.48
HSL31.76º6.83%48.82%-
HSV(B)31.76º12.78%52.16%-
XYZ20.1620.9119.5-
YUV126.37122.15132.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=35.56%
G=33.42%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312511600.060.130.4831.766.8348.82
Hex857D7406D3020731
Octal20517516406156040761
Binary100001011111101111010001101101110000100000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,125,116); }

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

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

 a { background-color: rgb(133,125,116); }

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

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

 span { border-color: rgb(133,125,116); }

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