#757F50

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

Shades of Finch #757F50

Tints of Finch #757F50

Color information

#757F50 (or 0x757F50) is unknown color: approx Finch. HEX triplet: 75, 7F and 50. RGB value is (117,127,80). Sum of RGB (Red+Green+Blue) = 117+127+80=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #757F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F50 is #8A80AF. Grayscale: #767676. Windows color (decimal): -9076912 or 5275509. OLE color: 5275509.

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

Color convert

RGB11712780-
CMYK0.0800.370.50
HSL72.77º22.71%40.59%-
HSV(B)72.77º37.01%49.8%-
XYZ16.3719.5410.5-
YUV118.65106.19126.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=36.11%
G=39.20%
B=24.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117127800.0800.370.5072.7722.7140.59
Hex757F50802532491729
Octal16517712010045621112751
Binary11101011111111101000010000100101110010100100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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