#877E77

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

Shades of Americano #877E77

Tints of Americano #877E77

Color information

#877E77 (or 0x877E77) is unknown color: approx Americano. HEX triplet: 87, 7E and 77. RGB value is (135,126,119). Sum of RGB (Red+Green+Blue) = 135+126+119=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #877E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E77 is #788188. Grayscale: #7F7F7F. Windows color (decimal): -7897481 or 7831175. OLE color: 7831175.

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

Color convert

RGB135126119-
CMYK00.070.120.47
HSL26.25º6.3%49.8%-
HSV(B)26.25º11.85%52.94%-
XYZ20.7821.420.49-
YUV127.89122.98133.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=35.53%
G=33.16%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512611900.070.120.4726.256.349.8
Hex877E7707C2F1a632
Octal20717616707145732662
Binary10000111111111011101110111110010111111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877E77; }

 p { color: rgb(135,126,119); }

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

<style>
 a { background-color: #877E77; }

 a { background-color: rgb(135,126,119); }

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

<style>
 span { border-color: #877E77; }

 span { border-color: rgb(135,126,119); }

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