#867F79

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

Shades of Americano #867F79

Tints of Americano #867F79

Color information

#867F79 (or 0x867F79) is unknown color: approx Americano. HEX triplet: 86, 7F and 79. RGB value is (134,127,121). Sum of RGB (Red+Green+Blue) = 134+127+121=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 134 - color contains mainly: red. Hex color #867F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F79 is #798086. Grayscale: #808080. Windows color (decimal): -7962759 or 7962502. OLE color: 7962502.

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

Color convert

RGB134127121-
CMYK00.050.100.47
HSL27.69º5.1%50%-
HSV(B)27.69º9.7%52.55%-
XYZ20.8721.6321.16-
YUV128.41123.82131.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=35.08%
G=33.25%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412712100.050.100.4727.695.150
Hex867F7905A2F1c532
Octal20617717105125734562
Binary10000110111111111110010101101010111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,121); }

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

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

 a { background-color: rgb(134,127,121); }

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

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

 span { border-color: rgb(134,127,121); }

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