#767C5C

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

Shades of Finch #767C5C

Tints of Finch #767C5C

Color information

#767C5C (or 0x767C5C) is unknown color: approx Finch. HEX triplet: 76, 7C and 5C. RGB value is (118,124,92). Sum of RGB (Red+Green+Blue) = 118+124+92=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 124 - color contains mainly: green. Hex color #767C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C5C is #8983A3. Grayscale: #767676. Windows color (decimal): -9012132 or 6061174. OLE color: 6061174.

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

Color convert

RGB11812492-
CMYK0.0500.260.51
HSL71.25º14.81%42.35%-
HSV(B)71.25º25.81%48.63%-
XYZ16.6119.0412.92-
YUV118.56113.01127.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 124 (48.83% from 255) = 37.13%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=35.33%
G=37.13%
B=27.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118124920.0500.260.5171.2514.8142.35
Hex767C5C501A3347f2a
Octal1661741345032631071752
Binary11101101111100101110010101101011001110001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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