#787966

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

Shades of Finch #787966

Tints of Finch #787966

Color information

#787966 (or 0x787966) is unknown color: approx Finch. HEX triplet: 78, 79 and 66. RGB value is (120,121,102). Sum of RGB (Red+Green+Blue) = 120+121+102=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 121 - color contains mainly: green. Hex color #787966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787966 is #878699. Grayscale: #767676. Windows color (decimal): -8881818 or 6715768. OLE color: 6715768.

HSL color Cylindrical-coordinate representation of color #787966: hue angle of 63.16º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #787966 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB120121102-
CMYK0.0100.160.53
HSL63.16º8.52%43.73%-
HSV(B)63.16º15.7%47.45%-
XYZ16.9818.6315.27-
YUV118.54118.67129.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=34.99%
G=35.28%
B=29.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201211020.0100.160.5363.168.5243.73
Hex7879661010353f92c
Octal170171146102065771154
Binary11110001111001110011010100001101011111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787966; }

 p { color: rgb(120,121,102); }

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

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

 a { background-color: rgb(120,121,102); }

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

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

 span { border-color: rgb(120,121,102); }

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