#878079

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

Shades of Americano #878079

Tints of Americano #878079

Color information

#878079 (or 0x878079) is unknown color: approx Americano. HEX triplet: 87, 80 and 79. RGB value is (135,128,121). Sum of RGB (Red+Green+Blue) = 135+128+121=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #878079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878079 is #787F86. Grayscale: #818181. Windows color (decimal): -7896967 or 7962759. OLE color: 7962759.

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

Color convert

RGB135128121-
CMYK00.050.100.47
HSL30º5.51%50.2%-
HSV(B)30º10.37%52.94%-
XYZ21.1621.9721.21-
YUV129.29123.32132.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 128 (50.39% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=35.16%
G=33.33%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512812100.050.100.47305.5150.2
Hex87807905A2F1e632
Octal20720017105125736662
Binary100001111000000011110010101101010111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878079; }

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

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

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

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

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

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

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

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