#87776C

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

Shades of Americano #87776C

Tints of Americano #87776C

Color information

#87776C (or 0x87776C) is unknown color: approx Americano. HEX triplet: 87, 77 and 6C. RGB value is (135,119,108). Sum of RGB (Red+Green+Blue) = 135+119+108=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #87776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87776C is #788893. Grayscale: #7A7A7A. Windows color (decimal): -7899284 or 7108487. OLE color: 7108487.

HSL color Cylindrical-coordinate representation of color #87776C: hue angle of 24.44º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87776C is Cyan = 0, Magento = 0.12, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB135119108-
CMYK00.120.20.47
HSL24.44º11.11%47.65%-
HSV(B)24.44º20%52.94%-
XYZ19.319.4316.92-
YUV122.53119.8136.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=37.29%
G=32.87%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511910800.120.20.4724.4411.1147.65
Hex87776C0C142F18b30
Octal2071671540142457301360
Binary10000111111011111011000110010100101111110001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87776C; }

 p { color: rgb(135,119,108); }

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

<style>
 a { background-color: #87776C; }

 a { background-color: rgb(135,119,108); }

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

<style>
 span { border-color: #87776C; }

 span { border-color: rgb(135,119,108); }

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