#757F5D

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

Shades of Finch #757F5D

Tints of Finch #757F5D

Color information

#757F5D (or 0x757F5D) is unknown color: approx Finch. HEX triplet: 75, 7F and 5D. RGB value is (117,127,93). Sum of RGB (Red+Green+Blue) = 117+127+93=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 127 - color contains mainly: green. Hex color #757F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F5D is #8A80A2. Grayscale: #787878. Windows color (decimal): -9076899 or 6127477. OLE color: 6127477.

HSL color Cylindrical-coordinate representation of color #757F5D: hue angle of 77.65º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #757F5D is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB11712793-
CMYK0.0800.270.50
HSL77.65º15.45%43.14%-
HSV(B)77.65º26.77%49.8%-
XYZ16.919.7513.28-
YUV120.13112.69125.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=34.72%
G=37.69%
B=27.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117127930.0800.270.5077.6515.4543.14
Hex757F5D801B324ef2b
Octal16517713510033621161753
Binary111010111111111011101100001101111001010011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757F5D; }

 p { color: rgb(117,127,93); }

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

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

 a { background-color: rgb(117,127,93); }

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

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

 span { border-color: rgb(117,127,93); }

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