Html Css Color HEX #86807A Americano

📋 copy color: '#86807A'

red 134 ◦ green 128 ◦ blue 122

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

Shades of Americano #86807A

Tints of Americano #86807A

RGB

 RED value IS 134 (52.73% from 255) = 34.9%

 GREEN value IS 128 (50.39% from 255) = 33.33%

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 34.9%
G = 33.33%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#86807A (or 0x86807A) is known color: Americano. HEX triplet: 86, 80 and 7A. RGB value is (134,128,122). Sum of RGB (Red+Green+Blue) = 134+128+122=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #86807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86807A is #797F85. Grayscale: #818181. Windows color (decimal): -7962502 or 8028294. OLE color: 8028294.

HSL color Cylindrical-coordinate representation of color #86807A: hue angle of 30º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #86807A is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 128 122 -
CMYK 0 0.04 0.09 0.47
HSL 30º 0.05% 0.5% -
HSV(B) 30º 0.09% 0.53% -
XYZ 21.06 21.91 21.53 -
YUV 129.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 134 128 122 0 0.04 0.09 0.47 30 0.05 0.5
Hex 86 80 7A 0 4 9 2F 1E 5 32
Octal 206 200 172 0 4 11 57 36 5 62
Binary 10000110 10000000 1111010 0 100 1001 101111 11110 101 110010

Color Harmonies of #86807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86807A

Black with #86807A

Text Example


Text Example

White with #86807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86807A; }

 p { color: rgb(134,128,122); }

 H1.HeaderClassName
 {
   color: #86807A;
 }
 .AnyTagClassName
 {
   color: #86807A;
 }
</style>

background-color css

<style>
 a { background-color: #86807A; }

 a { background-color: rgb(134,128,122); }

 div.DivClassName
 {
   background-color: #86807A;
 }
 .BgClassName
 {
   background-color: #86807A;
 }
</style>

border-color css

<style>
 span { border-color: #86807A; }

 span { border-color: rgb(134,128,122); }

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