#877D76

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

Shades of Americano #877D76

Tints of Americano #877D76

Color information

#877D76 (or 0x877D76) is unknown color: approx Americano. HEX triplet: 87, 7D and 76. RGB value is (135,125,118). Sum of RGB (Red+Green+Blue) = 135+125+118=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #877D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D76 is #788289. Grayscale: #7F7F7F. Windows color (decimal): -7897738 or 7765383. OLE color: 7765383.

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

Color convert

RGB135125118-
CMYK00.070.130.47
HSL24.71º6.72%49.61%-
HSV(B)24.71º12.59%52.94%-
XYZ20.621.1320.13-
YUV127.19122.81133.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=35.71%
G=33.07%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512511800.070.130.4724.716.7249.61
Hex877D7607D2F19732
Octal20717516607155731762
Binary10000111111110111101100111110110111111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,125,118); }

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

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

 a { background-color: rgb(135,125,118); }

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

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

 span { border-color: rgb(135,125,118); }

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