#87786E

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

Shades of Americano #87786E

Tints of Americano #87786E

Color information

#87786E (or 0x87786E) is unknown color: approx Americano. HEX triplet: 87, 78 and 6E. RGB value is (135,120,110). Sum of RGB (Red+Green+Blue) = 135+120+110=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #87786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87786E is #788791. Grayscale: #7B7B7B. Windows color (decimal): -7899026 or 7239815. OLE color: 7239815.

HSL color Cylindrical-coordinate representation of color #87786E: hue angle of 24º degrees, saturation: 0.1, 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 #87786E is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB135120110-
CMYK00.110.190.47
HSL24º10.2%48.04%-
HSV(B)24º18.52%52.94%-
XYZ19.5219.7117.53-
YUV123.34120.47136.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=36.99%
G=32.88%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512011000.110.190.472410.248.04
Hex87786E0B132F18a30
Octal2071701560132357301260
Binary10000111111100011011100101110011101111110001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87786E; }

 p { color: rgb(135,120,110); }

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

<style>
 a { background-color: #87786E; }

 a { background-color: rgb(135,120,110); }

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

<style>
 span { border-color: #87786E; }

 span { border-color: rgb(135,120,110); }

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