#757E47

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

Shades of Finch #757E47

Tints of Finch #757E47

Color information

#757E47 (or 0x757E47) is unknown color: approx Finch. HEX triplet: 75, 7E and 47. RGB value is (117,126,71). Sum of RGB (Red+Green+Blue) = 117+126+71=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 126 - color contains mainly: green. Hex color #757E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757E47 is #8A81B8. Grayscale: #757575. Windows color (decimal): -9077177 or 4685429. OLE color: 4685429.

HSL color Cylindrical-coordinate representation of color #757E47: hue angle of 69.82º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #757E47 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB11712671-
CMYK0.0700.440.51
HSL69.82º27.92%38.63%-
HSV(B)69.82º43.65%49.41%-
XYZ15.9319.168.82-
YUV117.04102.02127.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 126 (49.61% from 255) = 40.13%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=37.26%
G=40.13%
B=22.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117126710.0700.440.5169.8227.9238.63
Hex757E47702C33461c27
Octal1651761077054631063447
Binary1110101111111010001111110101100110011100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,126,71); }

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

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

 a { background-color: rgb(117,126,71); }

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

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

 span { border-color: rgb(117,126,71); }

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