#78804C

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

Shades of Finch #78804C

Tints of Finch #78804C

Color information

#78804C (or 0x78804C) is unknown color: approx Finch. HEX triplet: 78, 80 and 4C. RGB value is (120,128,76). Sum of RGB (Red+Green+Blue) = 120+128+76=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #78804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78804C is #877FB3. Grayscale: #777777. Windows color (decimal): -8880052 or 5013624. OLE color: 5013624.

HSL color Cylindrical-coordinate representation of color #78804C: hue angle of 69.23º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78804C is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB12012876-
CMYK0.0600.410.50
HSL69.23º25.49%40%-
HSV(B)69.23º40.62%50.2%-
XYZ16.7719.959.8-
YUV119.68103.35128.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=37.04%
G=39.51%
B=23.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120128760.0600.410.5069.2325.4940
Hex78804C602932451928
Octal1702001146051621053150
Binary11110001000000010011001100101001110010100010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78804C; }

 p { color: rgb(120,128,76); }

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

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

 a { background-color: rgb(120,128,76); }

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

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

 span { border-color: rgb(120,128,76); }

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