#867A70

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

Shades of Americano #867A70

Tints of Americano #867A70

Color information

#867A70 (or 0x867A70) is unknown color: approx Americano. HEX triplet: 86, 7A and 70. RGB value is (134,122,112). Sum of RGB (Red+Green+Blue) = 134+122+112=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 134 - color contains mainly: red. Hex color #867A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A70 is #79858F. Grayscale: #7C7C7C. Windows color (decimal): -7964048 or 7371398. OLE color: 7371398.

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

Color convert

RGB134122112-
CMYK00.090.160.47
HSL27.27º8.94%48.24%-
HSV(B)27.27º16.42%52.55%-
XYZ19.7220.1618.18-
YUV124.45120.98134.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=36.41%
G=33.15%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412211200.090.160.4727.278.9448.24
Hex867A7009102F1b930
Octal2061721600112057331160
Binary10000110111101011100000100110000101111110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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