#86776C

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

Shades of Americano #86776C

Tints of Americano #86776C

Color information

#86776C (or 0x86776C) is unknown color: approx Americano. HEX triplet: 86, 77 and 6C. RGB value is (134,119,108). Sum of RGB (Red+Green+Blue) = 134+119+108=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #86776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86776C is #798893. Grayscale: #7A7A7A. Windows color (decimal): -7964820 or 7108486. OLE color: 7108486.

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

Color convert

RGB134119108-
CMYK00.110.190.47
HSL25.38º10.74%47.45%-
HSV(B)25.38º19.4%52.55%-
XYZ19.1419.3416.91-
YUV122.23119.97136.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=37.12%
G=32.96%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411910800.110.190.4725.3810.7447.45
Hex86776C0B132F19b2f
Octal2061671540132357311357
Binary10000110111011111011000101110011101111110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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