#87786F

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

Shades of Americano #87786F

Tints of Americano #87786F

Color information

#87786F (or 0x87786F) is unknown color: approx Americano. HEX triplet: 87, 78 and 6F. RGB value is (135,120,111). Sum of RGB (Red+Green+Blue) = 135+120+111=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #87786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87786F is #788790. Grayscale: #7B7B7B. Windows color (decimal): -7899025 or 7305351. OLE color: 7305351.

HSL color Cylindrical-coordinate representation of color #87786F: hue angle of 22.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 #87786F is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB135120111-
CMYK00.110.180.47
HSL22.5º9.76%48.24%-
HSV(B)22.5º17.78%52.94%-
XYZ19.5819.7317.82-
YUV123.46120.97136.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=36.89%
G=32.79%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512011100.110.180.4722.59.7648.24
Hex87786F0B122F16a30
Octal2071701570132257261260
Binary10000111111100011011110101110010101111101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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