#867E75

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

Shades of Americano #867E75

Tints of Americano #867E75

Color information

#867E75 (or 0x867E75) is unknown color: approx Americano. HEX triplet: 86, 7E and 75. RGB value is (134,126,117). Sum of RGB (Red+Green+Blue) = 134+126+117=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #867E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E75 is #79818A. Grayscale: #7F7F7F. Windows color (decimal): -7963019 or 7700102. OLE color: 7700102.

HSL color Cylindrical-coordinate representation of color #867E75: hue angle of 31.76º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #867E75 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB134126117-
CMYK00.060.130.47
HSL31.76º6.77%49.22%-
HSV(B)31.76º12.69%52.55%-
XYZ20.521.2719.86-
YUV127.37122.15132.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=35.54%
G=33.42%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412611700.060.130.4731.766.7749.22
Hex867E7506D2F20731
Octal20617616506155740761
Binary100001101111110111010101101101101111100000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E75; }

 p { color: rgb(134,126,117); }

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

<style>
 a { background-color: #867E75; }

 a { background-color: rgb(134,126,117); }

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

<style>
 span { border-color: #867E75; }

 span { border-color: rgb(134,126,117); }

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