#87776D

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

Shades of Americano #87776D

Tints of Americano #87776D

Color information

#87776D (or 0x87776D) is unknown color: approx Americano. HEX triplet: 87, 77 and 6D. RGB value is (135,119,109). Sum of RGB (Red+Green+Blue) = 135+119+109=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #87776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87776D is #788892. Grayscale: #7A7A7A. Windows color (decimal): -7899283 or 7174023. OLE color: 7174023.

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

Color convert

RGB135119109-
CMYK00.120.190.47
HSL23.08º10.66%47.84%-
HSV(B)23.08º19.26%52.94%-
XYZ19.3519.4517.2-
YUV122.64120.3136.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 119 (46.88% from 255) = 32.78%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=37.19%
G=32.78%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511910900.120.190.4723.0810.6647.84
Hex87776D0C132F17b30
Octal2071671550142357271360
Binary10000111111011111011010110010011101111101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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