#857D77

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

Shades of Americano #857D77

Tints of Americano #857D77

Color information

#857D77 (or 0x857D77) is unknown color: approx Americano. HEX triplet: 85, 7D and 77. RGB value is (133,125,119). Sum of RGB (Red+Green+Blue) = 133+125+119=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #857D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857D77 is #7A8288. Grayscale: #7E7E7E. Windows color (decimal): -8028809 or 7830917. OLE color: 7830917.

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

Color convert

RGB133125119-
CMYK00.060.110.48
HSL25.71º5.56%49.41%-
HSV(B)25.71º10.53%52.16%-
XYZ20.3420.9920.43-
YUV126.71123.65132.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=35.28%
G=33.16%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312511900.060.110.4825.715.5649.41
Hex857D7706B301a631
Octal20517516706136032661
Binary10000101111110111101110110101111000011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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