#87776E

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

Shades of Americano #87776E

Tints of Americano #87776E

Color information

#87776E (or 0x87776E) is unknown color: approx Americano. HEX triplet: 87, 77 and 6E. RGB value is (135,119,110). Sum of RGB (Red+Green+Blue) = 135+119+110=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #87776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87776E is #788891. Grayscale: #7A7A7A. Windows color (decimal): -7899282 or 7239559. OLE color: 7239559.

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

Color convert

RGB135119110-
CMYK00.120.190.47
HSL21.6º10.2%48.04%-
HSV(B)21.6º18.52%52.94%-
XYZ19.419.4717.49-
YUV122.76120.8136.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 119 (46.88% from 255) = 32.69%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=37.09%
G=32.69%
B=30.22%

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
Decimal13511911000.120.190.4721.610.248.04
Hex87776E0C132F16a30
Octal2071671560142357261260
Binary10000111111011111011100110010011101111101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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