#86776E

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

Shades of Americano #86776E

Tints of Americano #86776E

Color information

#86776E (or 0x86776E) is unknown color: approx Americano. HEX triplet: 86, 77 and 6E. RGB value is (134,119,110). Sum of RGB (Red+Green+Blue) = 134+119+110=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #86776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86776E is #798891. Grayscale: #7A7A7A. Windows color (decimal): -7964818 or 7239558. OLE color: 7239558.

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

Color convert

RGB134119110-
CMYK00.110.180.47
HSL22.5º9.84%47.84%-
HSV(B)22.5º17.91%52.55%-
XYZ19.2419.3917.48-
YUV122.46120.97136.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 119 (46.88% from 255) = 32.78%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=36.91%
G=32.78%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411911000.110.180.4722.59.8447.84
Hex86776E0B122F16a30
Octal2061671560132257261260
Binary10000110111011111011100101110010101111101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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