#88786F

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

Shades of Americano #88786F

Tints of Americano #88786F

Color information

#88786F (or 0x88786F) is unknown color: approx Americano. HEX triplet: 88, 78 and 6F. RGB value is (136,120,111). Sum of RGB (Red+Green+Blue) = 136+120+111=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #88786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88786F is #778790. Grayscale: #7B7B7B. Windows color (decimal): -7833489 or 7305352. OLE color: 7305352.

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

Color convert

RGB136120111-
CMYK00.120.180.47
HSL21.6º10.12%48.43%-
HSV(B)21.6º18.38%53.33%-
XYZ19.7419.8117.82-
YUV123.76120.8136.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=37.06%
G=32.70%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612011100.120.180.4721.610.1248.43
Hex88786F0C122F16a30
Octal2101701570142257261260
Binary10001000111100011011110110010010101111101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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