#867B72

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

Shades of Americano #867B72

Tints of Americano #867B72

Color information

#867B72 (or 0x867B72) is unknown color: approx Americano. HEX triplet: 86, 7B and 72. RGB value is (134,123,114). Sum of RGB (Red+Green+Blue) = 134+123+114=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #867B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B72 is #79848D. Grayscale: #7D7D7D. Windows color (decimal): -7963790 or 7502726. OLE color: 7502726.

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

Color convert

RGB134123114-
CMYK00.080.150.47
HSL27º8.06%48.63%-
HSV(B)27º14.93%52.55%-
XYZ19.9520.4518.82-
YUV125.26121.64134.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=36.12%
G=33.15%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412311400.080.150.47278.0648.63
Hex867B7208F2F1b831
Octal2061731620101757331061
Binary1000011011110111110010010001111101111110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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