#767761

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

Shades of Finch #767761

Tints of Finch #767761

Color information

#767761 (or 0x767761) is unknown color: approx Finch. HEX triplet: 76, 77 and 61. RGB value is (118,119,97). Sum of RGB (Red+Green+Blue) = 118+119+97=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #767761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767761 is #89889E. Grayscale: #747474. Windows color (decimal): -9013407 or 6387574. OLE color: 6387574.

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

Color convert

RGB11811997-
CMYK0.0100.180.53
HSL62.73º10.19%42.35%-
HSV(B)62.73º18.49%46.67%-
XYZ16.2317.9113.91-
YUV116.19117.17129.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=35.33%
G=35.63%
B=29.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119970.0100.180.5362.7310.1942.35
Hex7677611012353fa2a
Octal166167141102265771252
Binary11101101110111110000110100101101011111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767761; }

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

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

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

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

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

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

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

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