#78864F

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

Shades of Finch #78864F

Tints of Finch #78864F

Color information

#78864F (or 0x78864F) is unknown color: approx Finch. HEX triplet: 78, 86 and 4F. RGB value is (120,134,79). Sum of RGB (Red+Green+Blue) = 120+134+79=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #78864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78864F is #8779B0. Grayscale: #7B7B7B. Windows color (decimal): -8878513 or 5211768. OLE color: 5211768.

HSL color Cylindrical-coordinate representation of color #78864F: hue angle of 75.27º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78864F is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB12013479-
CMYK0.1000.410.47
HSL75.27º25.82%41.76%-
HSV(B)75.27º41.04%52.55%-
XYZ17.6821.6110.64-
YUV123.54102.86125.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=36.04%
G=40.24%
B=23.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120134790.1000.410.4775.2725.8241.76
Hex78864FA0292F4b1a2a
Octal17020611712051571133252
Binary111100010000110100111110100101001101111100101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78864F; }

 p { color: rgb(120,134,79); }

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

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

 a { background-color: rgb(120,134,79); }

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

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

 span { border-color: rgb(120,134,79); }

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