#767F61

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

Shades of Finch #767F61

Tints of Finch #767F61

Color information

#767F61 (or 0x767F61) is unknown color: approx Finch. HEX triplet: 76, 7F and 61. RGB value is (118,127,97). Sum of RGB (Red+Green+Blue) = 118+127+97=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 127 - color contains mainly: green. Hex color #767F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F61 is #89809E. Grayscale: #787878. Windows color (decimal): -9011359 or 6389622. OLE color: 6389622.

HSL color Cylindrical-coordinate representation of color #767F61: hue angle of 78º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #767F61 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB11812797-
CMYK0.0700.240.50
HSL78º13.39%43.92%-
HSV(B)78º23.62%49.8%-
XYZ17.2219.8914.24-
YUV120.89114.52125.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=34.50%
G=37.13%
B=28.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118127970.0700.240.507813.3943.92
Hex767F617018324ed2c
Octal1661771417030621161554
Binary11101101111111110000111101100011001010011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767F61; }

 p { color: rgb(118,127,97); }

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

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

 a { background-color: rgb(118,127,97); }

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

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

 span { border-color: rgb(118,127,97); }

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