#757E50

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

Shades of Finch #757E50

Tints of Finch #757E50

Color information

#757E50 (or 0x757E50) is unknown color: approx Finch. HEX triplet: 75, 7E and 50. RGB value is (117,126,80). Sum of RGB (Red+Green+Blue) = 117+126+80=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 126 - color contains mainly: green. Hex color #757E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E50 is #8A81AF. Grayscale: #767676. Windows color (decimal): -9077168 or 5275253. OLE color: 5275253.

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

Color convert

RGB11712680-
CMYK0.0700.370.51
HSL71.74º22.33%40.39%-
HSV(B)71.74º36.51%49.41%-
XYZ16.2419.2810.46-
YUV118.06106.52127.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.22%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=36.22%
G=39.01%
B=24.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117126800.0700.370.5171.7422.3340.39
Hex757E50702533481628
Octal1651761207045631102650
Binary1110101111111010100001110100101110011100100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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