#767763

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

Shades of Finch #767763

Tints of Finch #767763

Color information

#767763 (or 0x767763) is unknown color: approx Finch. HEX triplet: 76, 77 and 63. RGB value is (118,119,99). Sum of RGB (Red+Green+Blue) = 118+119+99=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #767763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767763 is #89889C. Grayscale: #747474. Windows color (decimal): -9013405 or 6518646. OLE color: 6518646.

HSL color Cylindrical-coordinate representation of color #767763: hue angle of 63º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #767763 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB11811999-
CMYK0.0100.170.53
HSL63º9.17%42.75%-
HSV(B)63º16.81%46.67%-
XYZ16.3217.9514.41-
YUV116.42118.17129.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=35.12%
G=35.42%
B=29.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118119990.0100.170.53639.1742.75
Hex7677631011353f92b
Octal166167143102165771153
Binary11101101110111110001110100011101011111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767763; }

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

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

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

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

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

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

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

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