#877A6F

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

Shades of Americano #877A6F

Tints of Americano #877A6F

Color information

#877A6F (or 0x877A6F) is unknown color: approx Americano. HEX triplet: 87, 7A and 6F. RGB value is (135,122,111). Sum of RGB (Red+Green+Blue) = 135+122+111=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #877A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A6F is #788590. Grayscale: #7C7C7C. Windows color (decimal): -7898513 or 7305863. OLE color: 7305863.

HSL color Cylindrical-coordinate representation of color #877A6F: hue angle of 27.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #877A6F is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB135122111-
CMYK00.100.180.47
HSL27.5º9.76%48.24%-
HSV(B)27.5º17.78%52.94%-
XYZ19.8220.2217.9-
YUV124.63120.31135.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=36.68%
G=33.15%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512211100.100.180.4727.59.7648.24
Hex877A6F0A122F1ba30
Octal2071721570122257331260
Binary10000111111101011011110101010010101111110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,122,111); }

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

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

 a { background-color: rgb(135,122,111); }

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

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

 span { border-color: rgb(135,122,111); }

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