Html Css Color HEX #86776D Americano

📋 copy color: '#86776D'

red 134 ◦ green 119 ◦ blue 109

#86776D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Americano #86776D

Tints of Americano #86776D

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 value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86776D (or 0x86776D) is known color: 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

RGB 134 119 109 -
CMYK 0 0.11 0.19 0.47
HSL 24º 0.1% 0.48% -
HSV(B) 24º 0.19% 0.53% -
XYZ 19.19 19.37 17.19 -
YUV 122.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 134 119 109 0 0.11 0.19 0.47 24 0.1 0.48
Hex 86 77 6D 0 B 13 2F 18 A 30
Octal 206 167 155 0 13 23 57 30 12 60
Binary 10000110 1110111 1101101 0 1011 10011 101111 11000 1010 110000

Color Harmonies of #86776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86776D

Black with #86776D

Text Example


Text Example

White with #86776D

Text Example


Text Example

HTML Codes & Css Web 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>