#87786D

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

Shades of Americano #87786D

Tints of Americano #87786D

Color information

#87786D (or 0x87786D) is unknown color: approx Americano. HEX triplet: 87, 78 and 6D. RGB value is (135,120,109). Sum of RGB (Red+Green+Blue) = 135+120+109=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #87786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87786D is #788792. Grayscale: #7B7B7B. Windows color (decimal): -7899027 or 7174279. OLE color: 7174279.

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

Color convert

RGB135120109-
CMYK00.110.190.47
HSL25.38º10.66%47.84%-
HSV(B)25.38º19.26%52.94%-
XYZ19.4719.6917.24-
YUV123.23119.97136.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 120 (47.27% from 255) = 32.97%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=37.09%
G=32.97%
B=29.95%

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
Decimal13512010900.110.190.4725.3810.6647.84
Hex87786D0B132F19b30
Octal2071701550132357311360
Binary10000111111100011011010101110011101111110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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