#888079

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

Shades of Americano #888079

Tints of Americano #888079

Color information

#888079 (or 0x888079) is unknown color: approx Americano. HEX triplet: 88, 80 and 79. RGB value is (136,128,121). Sum of RGB (Red+Green+Blue) = 136+128+121=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #888079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888079 is #777F86. Grayscale: #818181. Windows color (decimal): -7831431 or 7962760. OLE color: 7962760.

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

Color convert

RGB136128121-
CMYK00.060.110.47
HSL28º5.93%50.39%-
HSV(B)28º11.03%53.33%-
XYZ21.3222.0521.22-
YUV129.59123.15132.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.32%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=35.32%
G=33.25%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612812100.060.110.47285.9350.39
Hex88807906B2F1c632
Octal21020017106135734662
Binary100010001000000011110010110101110111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888079; }

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

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

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

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

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

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

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

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