#88796F

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

Shades of Americano #88796F

Tints of Americano #88796F

Color information

#88796F (or 0x88796F) is unknown color: approx Americano. HEX triplet: 88, 79 and 6F. RGB value is (136,121,111). Sum of RGB (Red+Green+Blue) = 136+121+111=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #88796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88796F is #778690. Grayscale: #7C7C7C. Windows color (decimal): -7833233 or 7305608. OLE color: 7305608.

HSL color Cylindrical-coordinate representation of color #88796F: hue angle of 24º 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 #88796F is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136121111-
CMYK00.110.180.47
HSL24º10.12%48.43%-
HSV(B)24º18.38%53.33%-
XYZ19.8620.0617.86-
YUV124.34120.47136.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=36.96%
G=32.88%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612111100.110.180.472410.1248.43
Hex88796F0B122F18a30
Octal2101711570132257301260
Binary10001000111100111011110101110010101111110001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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