#87756B

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

Shades of Americano #87756B

Tints of Americano #87756B

Color information

#87756B (or 0x87756B) is unknown color: approx Americano. HEX triplet: 87, 75 and 6B. RGB value is (135,117,107). Sum of RGB (Red+Green+Blue) = 135+117+107=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87756B is #788A94. Grayscale: #797979. Windows color (decimal): -7899797 or 7042439. OLE color: 7042439.

HSL color Cylindrical-coordinate representation of color #87756B: hue angle of 21.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87756B is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB135117107-
CMYK00.130.210.47
HSL21.43º11.57%47.45%-
HSV(B)21.43º20.74%52.94%-
XYZ19.0118.9416.56-
YUV121.24119.96137.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=37.60%
G=32.59%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511710700.130.210.4721.4311.5747.45
Hex87756B0D152F15c2f
Octal2071651530152557251457
Binary10000111111010111010110110110101101111101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87756B; }

 p { color: rgb(135,117,107); }

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

<style>
 a { background-color: #87756B; }

 a { background-color: rgb(135,117,107); }

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

<style>
 span { border-color: #87756B; }

 span { border-color: rgb(135,117,107); }

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