#767C65

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

Shades of Finch #767C65

Tints of Finch #767C65

Color information

#767C65 (or 0x767C65) is unknown color: approx Finch. HEX triplet: 76, 7C and 65. RGB value is (118,124,101). Sum of RGB (Red+Green+Blue) = 118+124+101=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 124 - color contains mainly: green. Hex color #767C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C65 is #89839A. Grayscale: #777777. Windows color (decimal): -9012123 or 6650998. OLE color: 6650998.

HSL color Cylindrical-coordinate representation of color #767C65: hue angle of 75.65º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767C65 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB118124101-
CMYK0.0500.190.51
HSL75.65º10.22%44.12%-
HSV(B)75.65º18.55%48.63%-
XYZ17.0319.2115.12-
YUV119.58117.51126.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=34.40%
G=36.15%
B=29.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181241010.0500.190.5175.6510.2244.12
Hex767C655013334ca2c
Octal1661741455023631141254
Binary11101101111100110010110101001111001110011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,124,101); }

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

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

 a { background-color: rgb(118,124,101); }

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

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

 span { border-color: rgb(118,124,101); }

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