#867C75

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

Shades of Americano #867C75

Tints of Americano #867C75

Color information

#867C75 (or 0x867C75) is unknown color: approx Americano. HEX triplet: 86, 7C and 75. RGB value is (134,124,117). Sum of RGB (Red+Green+Blue) = 134+124+117=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #867C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C75 is #79838A. Grayscale: #7E7E7E. Windows color (decimal): -7963531 or 7699590. OLE color: 7699590.

HSL color Cylindrical-coordinate representation of color #867C75: hue angle of 24.71º 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 #867C75 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB134124117-
CMYK00.070.130.47
HSL24.71º6.77%49.22%-
HSV(B)24.71º12.69%52.55%-
XYZ20.2520.7719.77-
YUV126.19122.81133.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=35.73%
G=33.07%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412411700.070.130.4724.716.7749.22
Hex867C7507D2F19731
Octal20617416507155731761
Binary10000110111110011101010111110110111111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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