#767A63

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

Shades of Finch #767A63

Tints of Finch #767A63

Color information

#767A63 (or 0x767A63) is unknown color: approx Finch. HEX triplet: 76, 7A and 63. RGB value is (118,122,99). Sum of RGB (Red+Green+Blue) = 118+122+99=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 122 - color contains mainly: green. Hex color #767A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A63 is #89859C. Grayscale: #767676. Windows color (decimal): -9012637 or 6519414. OLE color: 6519414.

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

Color convert

RGB11812299-
CMYK0.0300.190.52
HSL70.43º10.41%43.33%-
HSV(B)70.43º18.85%47.84%-
XYZ16.6818.6714.53-
YUV118.18117.17127.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=34.81%
G=35.99%
B=29.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118122990.0300.190.5270.4310.4143.33
Hex767A6330133446a2b
Octal1661721433023641061253
Binary1110110111101011000111101001111010010001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,122,99); }

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

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

 a { background-color: rgb(118,122,99); }

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

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

 span { border-color: rgb(118,122,99); }

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