#767C60

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

Shades of Finch #767C60

Tints of Finch #767C60

Color information

#767C60 (or 0x767C60) is unknown color: approx Finch. HEX triplet: 76, 7C and 60. RGB value is (118,124,96). Sum of RGB (Red+Green+Blue) = 118+124+96=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 124 - color contains mainly: green. Hex color #767C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C60 is #89839F. Grayscale: #777777. Windows color (decimal): -9012128 or 6323318. OLE color: 6323318.

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

Color convert

RGB11812496-
CMYK0.0500.230.51
HSL72.86º12.73%43.14%-
HSV(B)72.86º22.58%48.63%-
XYZ16.7919.1113.87-
YUV119.01115.01127.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 124 (48.83% from 255) = 36.69%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=34.91%
G=36.69%
B=28.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118124960.0500.230.5172.8612.7343.14
Hex767C6050173349d2b
Octal1661741405027631111553
Binary11101101111100110000010101011111001110010011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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