#857C75

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

Shades of Americano #857C75

Tints of Americano #857C75

Color information

#857C75 (or 0x857C75) is unknown color: approx Americano. HEX triplet: 85, 7C and 75. RGB value is (133,124,117). Sum of RGB (Red+Green+Blue) = 133+124+117=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #857C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C75 is #7A838A. Grayscale: #7D7D7D. Windows color (decimal): -8029067 or 7699589. OLE color: 7699589.

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

Color convert

RGB133124117-
CMYK00.070.120.48
HSL26.25º6.4%49.02%-
HSV(B)26.25º12.03%52.16%-
XYZ20.0920.6919.76-
YUV125.89122.98133.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 124 (48.83% from 255) = 33.16%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=35.56%
G=33.16%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312411700.070.120.4826.256.449.02
Hex857C7507C301a631
Octal20517416507146032661
Binary10000101111110011101010111110011000011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,124,117); }

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

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

 a { background-color: rgb(133,124,117); }

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

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

 span { border-color: rgb(133,124,117); }

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