#757764

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

Shades of Finch #757764

Tints of Finch #757764

Color information

#757764 (or 0x757764) is unknown color: approx Finch. HEX triplet: 75, 77 and 64. RGB value is (117,119,100). Sum of RGB (Red+Green+Blue) = 117+119+100=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #757764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757764 is #8A889B. Grayscale: #747474. Windows color (decimal): -9078940 or 6584181. OLE color: 6584181.

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

Color convert

RGB117119100-
CMYK0.0200.160.53
HSL66.32º8.68%42.94%-
HSV(B)66.32º15.97%46.67%-
XYZ16.2317.914.66-
YUV116.24118.84128.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=34.82%
G=35.42%
B=29.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171191000.0200.160.5366.328.6842.94
Hex7577642010354292b
Octal1651671442020651021153
Binary1110101111011111001001001000011010110000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757764; }

 p { color: rgb(117,119,100); }

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

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

 a { background-color: rgb(117,119,100); }

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

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

 span { border-color: rgb(117,119,100); }

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