#877C74

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

Shades of Americano #877C74

Tints of Americano #877C74

Color information

#877C74 (or 0x877C74) is unknown color: approx Americano. HEX triplet: 87, 7C and 74. RGB value is (135,124,116). Sum of RGB (Red+Green+Blue) = 135+124+116=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #877C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C74 is #78838B. Grayscale: #7E7E7E. Windows color (decimal): -7897996 or 7634055. OLE color: 7634055.

HSL color Cylindrical-coordinate representation of color #877C74: hue angle of 25.26º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #877C74 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB135124116-
CMYK00.080.140.47
HSL25.26º7.57%49.22%-
HSV(B)25.26º14.07%52.94%-
XYZ20.3520.8319.47-
YUV126.38122.14134.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=36%
G=33.07%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512411600.080.140.4725.267.5749.22
Hex877C7408E2F19831
Octal2071741640101657311061
Binary1000011111111001110100010001110101111110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,124,116); }

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

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

 a { background-color: rgb(135,124,116); }

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

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

 span { border-color: rgb(135,124,116); }

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