Html Css Color HEX #86807B Americano

📋 copy color: '#86807B'

red 134 ◦ green 128 ◦ blue 123

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

Shades of Americano #86807B

Tints of Americano #86807B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 34.81%
G = 33.25%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#86807B (or 0x86807B) is known color: Americano. HEX triplet: 86, 80 and 7B. RGB value is (134,128,123). Sum of RGB (Red+Green+Blue) = 134+128+123=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #86807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86807B is #797F84. Grayscale: #818181. Windows color (decimal): -7962501 or 8093830. OLE color: 8093830.

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

Color convert

RGB 134 128 123 -
CMYK 0 0.04 0.08 0.47
HSL 27.27º 0.04% 0.5% -
HSV(B) 27.27º 0.08% 0.53% -
XYZ 21.13 21.94 21.86 -
YUV 129.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 134 128 123 0 0.04 0.08 0.47 27.27 0.04 0.5
Hex 86 80 7B 0 4 8 2F 1B 4 32
Octal 206 200 173 0 4 10 57 33 4 62
Binary 10000110 10000000 1111011 0 100 1000 101111 11011 100 110010

Color Harmonies of #86807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86807B

Black with #86807B

Text Example


Text Example

White with #86807B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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