#88796E

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

Shades of Americano #88796E

Tints of Americano #88796E

Color information

#88796E (or 0x88796E) is unknown color: approx Americano. HEX triplet: 88, 79 and 6E. RGB value is (136,121,110). Sum of RGB (Red+Green+Blue) = 136+121+110=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #88796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88796E is #778691. Grayscale: #7C7C7C. Windows color (decimal): -7833234 or 7240072. OLE color: 7240072.

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

Color convert

RGB136121110-
CMYK00.110.190.47
HSL25.38º10.57%48.24%-
HSV(B)25.38º19.12%53.33%-
XYZ19.8120.0317.58-
YUV124.23119.97136.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=37.06%
G=32.97%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612111000.110.190.4725.3810.5748.24
Hex88796E0B132F19b30
Octal2101711560132357311360
Binary10001000111100111011100101110011101111110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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