#787674

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

Shades of Americano #787674

Tints of Americano #787674

Color information

#787674 (or 0x787674) is unknown color: approx Americano. HEX triplet: 78, 76 and 74. RGB value is (120,118,116). Sum of RGB (Red+Green+Blue) = 120+118+116=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 120 - color contains mainly: red. Hex color #787674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787674 is #87898B. Grayscale: #767676. Windows color (decimal): -8882572 or 7632504. OLE color: 7632504.

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

Color convert

RGB120118116-
CMYK00.020.030.53
HSL30º1.69%46.27%-
HSV(B)30º3.33%47.06%-
XYZ17.3818.2119.12-
YUV118.37126.66129.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=33.90%
G=33.33%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011811600.020.030.53301.6946.27
Hex787674023351e22e
Octal1701661640236536256
Binary111100011101101110100010111101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787674; }

 p { color: rgb(120,118,116); }

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

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

 a { background-color: rgb(120,118,116); }

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

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

 span { border-color: rgb(120,118,116); }

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