#86776D

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

Shades of Americano #86776D

Tints of Americano #86776D

Color information

#86776D (or 0x86776D) is unknown color: approx Americano. HEX triplet: 86, 77 and 6D. RGB value is (134,119,109). Sum of RGB (Red+Green+Blue) = 134+119+109=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #86776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86776D is #798892. Grayscale: #7A7A7A. Windows color (decimal): -7964819 or 7174022. OLE color: 7174022.

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

Color convert

RGB134119109-
CMYK00.110.190.47
HSL24º10.29%47.65%-
HSV(B)24º18.66%52.55%-
XYZ19.1919.3717.19-
YUV122.34120.47136.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=37.02%
G=32.87%
B=30.11%

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
Decimal13411910900.110.190.472410.2947.65
Hex86776D0B132F18a30
Octal2061671550132357301260
Binary10000110111011111011010101110011101111110001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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