#767765

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

Shades of Finch #767765

Tints of Finch #767765

Color information

#767765 (or 0x767765) is unknown color: approx Finch. HEX triplet: 76, 77 and 65. RGB value is (118,119,101). Sum of RGB (Red+Green+Blue) = 118+119+101=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #767765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767765 is #89889A. Grayscale: #747474. Windows color (decimal): -9013403 or 6649718. OLE color: 6649718.

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

Color convert

RGB118119101-
CMYK0.0100.150.53
HSL63.33º8.18%43.14%-
HSV(B)63.33º15.13%46.67%-
XYZ16.4217.9814.92-
YUV116.65119.17128.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=34.91%
G=35.21%
B=29.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181191010.0100.150.5363.338.1843.14
Hex76776510F353f82b
Octal166167145101765771053
Binary1110110111011111001011011111101011111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767765; }

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

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

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

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

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

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

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

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