#877F76

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

Shades of Americano #877F76

Tints of Americano #877F76

Color information

#877F76 (or 0x877F76) is unknown color: approx Americano. HEX triplet: 87, 7F and 76. RGB value is (135,127,118). Sum of RGB (Red+Green+Blue) = 135+127+118=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #877F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F76 is #788089. Grayscale: #808080. Windows color (decimal): -7897226 or 7765895. OLE color: 7765895.

HSL color Cylindrical-coordinate representation of color #877F76: hue angle of 31.76º 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 #877F76 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB135127118-
CMYK00.060.130.47
HSL31.76º6.72%49.61%-
HSV(B)31.76º12.59%52.94%-
XYZ20.8521.6420.22-
YUV128.37122.15132.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=35.53%
G=33.42%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512711800.060.130.4731.766.7249.61
Hex877F7606D2F20732
Octal20717716606155740762
Binary100001111111111111011001101101101111100000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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