#767B60

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

Shades of Finch #767B60

Tints of Finch #767B60

Color information

#767B60 (or 0x767B60) is unknown color: approx Finch. HEX triplet: 76, 7B and 60. RGB value is (118,123,96). Sum of RGB (Red+Green+Blue) = 118+123+96=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 123 - color contains mainly: green. Hex color #767B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B60 is #89849F. Grayscale: #767676. Windows color (decimal): -9012384 or 6323062. OLE color: 6323062.

HSL color Cylindrical-coordinate representation of color #767B60: hue angle of 71.11º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #767B60 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB11812396-
CMYK0.0400.220.52
HSL71.11º12.33%42.94%-
HSV(B)71.11º21.95%48.24%-
XYZ16.6718.8613.83-
YUV118.43115.34127.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 123 (48.44% from 255) = 36.50%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=35.01%
G=36.50%
B=28.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118123960.0400.220.5271.1112.3342.94
Hex767B6040163447c2b
Octal1661731404026641071453
Binary11101101111011110000010001011011010010001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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