#757C4F

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

Shades of Finch #757C4F

Tints of Finch #757C4F

Color information

#757C4F (or 0x757C4F) is unknown color: approx Finch. HEX triplet: 75, 7C and 4F. RGB value is (117,124,79). Sum of RGB (Red+Green+Blue) = 117+124+79=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 124 - color contains mainly: green. Hex color #757C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C4F is #8A83B0. Grayscale: #747474. Windows color (decimal): -9077681 or 5209205. OLE color: 5209205.

HSL color Cylindrical-coordinate representation of color #757C4F: hue angle of 69.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #757C4F is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB11712479-
CMYK0.0600.360.51
HSL69.33º22.17%39.8%-
HSV(B)69.33º36.29%48.63%-
XYZ15.9618.7610.18-
YUV116.78106.68128.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 124 (48.83% from 255) = 38.75%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=36.56%
G=38.75%
B=24.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117124790.0600.360.5169.3322.1739.8
Hex757C4F602433451628
Octal1651741176044631052650
Binary1110101111110010011111100100100110011100010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,124,79); }

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

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

 a { background-color: rgb(117,124,79); }

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

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

 span { border-color: rgb(117,124,79); }

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