#767964

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

Shades of Finch #767964

Tints of Finch #767964

Color information

#767964 (or 0x767964) is unknown color: approx Finch. HEX triplet: 76, 79 and 64. RGB value is (118,121,100). Sum of RGB (Red+Green+Blue) = 118+121+100=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #767964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767964 is #89869B. Grayscale: #757575. Windows color (decimal): -9012892 or 6584694. OLE color: 6584694.

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

Color convert

RGB118121100-
CMYK0.0200.170.53
HSL68.57º9.5%43.33%-
HSV(B)68.57º17.36%47.45%-
XYZ16.6118.4514.74-
YUV117.71118.01128.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=34.81%
G=35.69%
B=29.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181211000.0200.170.5368.579.543.33
Hex76796420113545a2b
Octal1661711442021651051253
Binary1110110111100111001001001000111010110001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767964; }

 p { color: rgb(118,121,100); }

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

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

 a { background-color: rgb(118,121,100); }

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

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

 span { border-color: rgb(118,121,100); }

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