#87807A

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

Shades of Americano #87807A

Tints of Americano #87807A

Color information

#87807A (or 0x87807A) is unknown color: approx Americano. HEX triplet: 87, 80 and 7A. RGB value is (135,128,122). Sum of RGB (Red+Green+Blue) = 135+128+122=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #87807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87807A is #787F85. Grayscale: #818181. Windows color (decimal): -7896966 or 8028295. OLE color: 8028295.

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

Color convert

RGB135128122-
CMYK00.050.100.47
HSL27.69º5.14%50.39%-
HSV(B)27.69º9.63%52.94%-
XYZ21.2221.9921.54-
YUV129.41123.82131.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=35.06%
G=33.25%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512812200.050.100.4727.695.1450.39
Hex87807A05A2F1c532
Octal20720017205125734562
Binary100001111000000011110100101101010111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87807A; }

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

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

<style>
 a { background-color: #87807A; }

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

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

<style>
 span { border-color: #87807A; }

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

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