#87766D

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

Shades of Americano #87766D

Tints of Americano #87766D

Color information

#87766D (or 0x87766D) is unknown color: approx Americano. HEX triplet: 87, 76 and 6D. RGB value is (135,118,109). Sum of RGB (Red+Green+Blue) = 135+118+109=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #87766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87766D is #788992. Grayscale: #7A7A7A. Windows color (decimal): -7899539 or 7173767. OLE color: 7173767.

HSL color Cylindrical-coordinate representation of color #87766D: hue angle of 20.77º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87766D is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB135118109-
CMYK00.130.190.47
HSL20.77º10.66%47.84%-
HSV(B)20.77º19.26%52.94%-
XYZ19.2319.2117.16-
YUV122.06120.63137.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 118 (46.48% from 255) = 32.60%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=37.29%
G=32.60%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511810900.130.190.4720.7710.6647.84
Hex87766D0D132F15b30
Octal2071661550152357251360
Binary10000111111011011011010110110011101111101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87766D; }

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

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

<style>
 a { background-color: #87766D; }

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

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

<style>
 span { border-color: #87766D; }

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

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