#757664

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

Shades of Finch #757664

Tints of Finch #757664

Color information

#757664 (or 0x757664) is unknown color: approx Finch. HEX triplet: 75, 76 and 64. RGB value is (117,118,100). Sum of RGB (Red+Green+Blue) = 117+118+100=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #757664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757664 is #8A899B. Grayscale: #737373. Windows color (decimal): -9079196 or 6583925. OLE color: 6583925.

HSL color Cylindrical-coordinate representation of color #757664: hue angle of 63.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757664 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB117118100-
CMYK0.0100.150.54
HSL63.33º8.26%42.75%-
HSV(B)63.33º15.25%46.27%-
XYZ16.1117.6614.62-
YUV115.65119.17128.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=34.93%
G=35.22%
B=29.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171181000.0100.150.5463.338.2642.75
Hex75766410F363f82b
Octal165166144101766771053
Binary1110101111011011001001011111101101111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757664; }

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

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

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

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

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

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

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

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