#88786C

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

Shades of Americano #88786C

Tints of Americano #88786C

Color information

#88786C (or 0x88786C) is unknown color: approx Americano. HEX triplet: 88, 78 and 6C. RGB value is (136,120,108). Sum of RGB (Red+Green+Blue) = 136+120+108=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #88786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88786C is #778793. Grayscale: #7B7B7B. Windows color (decimal): -7833492 or 7108744. OLE color: 7108744.

HSL color Cylindrical-coordinate representation of color #88786C: hue angle of 25.71º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88786C is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB136120108-
CMYK00.120.210.47
HSL25.71º11.48%47.84%-
HSV(B)25.71º20.59%53.33%-
XYZ19.5819.7516.97-
YUV123.42119.3136.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 120 (47.27% from 255) = 32.97%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=37.36%
G=32.97%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612010800.120.210.4725.7111.4847.84
Hex88786C0C152F1ab30
Octal2101701540142557321360
Binary10001000111100011011000110010101101111110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88786C; }

 p { color: rgb(136,120,108); }

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

<style>
 a { background-color: #88786C; }

 a { background-color: rgb(136,120,108); }

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

<style>
 span { border-color: #88786C; }

 span { border-color: rgb(136,120,108); }

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