#767F59

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

Shades of Finch #767F59

Tints of Finch #767F59

Color information

#767F59 (or 0x767F59) is unknown color: approx Finch. HEX triplet: 76, 7F and 59. RGB value is (118,127,89). Sum of RGB (Red+Green+Blue) = 118+127+89=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #767F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F59 is #8980A6. Grayscale: #787878. Windows color (decimal): -9011367 or 5865334. OLE color: 5865334.

HSL color Cylindrical-coordinate representation of color #767F59: hue angle of 74.21º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #767F59 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB11812789-
CMYK0.0700.300.50
HSL74.21º17.59%42.35%-
HSV(B)74.21º29.92%49.8%-
XYZ16.8619.7512.37-
YUV119.98110.52126.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 89 (35.16% from 255) = 26.65%
R=35.33%
G=38.02%
B=26.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118127890.0700.300.5074.2117.5942.35
Hex767F59701E324a122a
Octal1661771317036621122252
Binary111011011111111011001111011110110010100101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,127,89); }

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

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

 a { background-color: rgb(118,127,89); }

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

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

 span { border-color: rgb(118,127,89); }

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