#757860

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

Shades of Finch #757860

Tints of Finch #757860

Color information

#757860 (or 0x757860) is unknown color: approx Finch. HEX triplet: 75, 78 and 60. RGB value is (117,120,96). Sum of RGB (Red+Green+Blue) = 117+120+96=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 120 - color contains mainly: green. Hex color #757860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757860 is #8A879F. Grayscale: #747474. Windows color (decimal): -9078688 or 6322293. OLE color: 6322293.

HSL color Cylindrical-coordinate representation of color #757860: hue angle of 67.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #757860 is Cyan = 0.02, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB11712096-
CMYK0.0200.20.53
HSL67.5º11.11%42.35%-
HSV(B)67.5º20%47.06%-
XYZ16.1618.0613.7-
YUV116.37116.51128.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=35.14%
G=36.04%
B=28.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120960.0200.20.5367.511.1142.35
Hex75786020143544b2a
Octal1651701402024651041352
Binary1110101111100011000001001010011010110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757860; }

 p { color: rgb(117,120,96); }

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

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

 a { background-color: rgb(117,120,96); }

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

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

 span { border-color: rgb(117,120,96); }

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