#757659

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

Shades of Finch #757659

Tints of Finch #757659

Color information

#757659 (or 0x757659) is unknown color: approx Finch. HEX triplet: 75, 76 and 59. RGB value is (117,118,89). Sum of RGB (Red+Green+Blue) = 117+118+89=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 118 - color contains mainly: green. Hex color #757659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757659 is #8A89A6. Grayscale: #727272. Windows color (decimal): -9079207 or 5863029. OLE color: 5863029.

HSL color Cylindrical-coordinate representation of color #757659: hue angle of 62.07º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757659 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB11711889-
CMYK0.0100.250.54
HSL62.07º14.01%40.59%-
HSV(B)62.07º24.58%46.27%-
XYZ15.6217.4612-
YUV114.4113.67129.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=36.11%
G=36.42%
B=27.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118890.0100.250.5462.0714.0140.59
Hex7576591019363ee29
Octal165166131103166761651
Binary11101011110110101100110110011101101111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757659; }

 p { color: rgb(117,118,89); }

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

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

 a { background-color: rgb(117,118,89); }

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

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

 span { border-color: rgb(117,118,89); }

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