#757857

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

Shades of Finch #757857

Tints of Finch #757857

Color information

#757857 (or 0x757857) is unknown color: approx Finch. HEX triplet: 75, 78 and 57. RGB value is (117,120,87). Sum of RGB (Red+Green+Blue) = 117+120+87=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 120 - color contains mainly: green. Hex color #757857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757857 is #8A87A8. Grayscale: #737373. Windows color (decimal): -9078697 or 5732469. OLE color: 5732469.

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

Color convert

RGB11712087-
CMYK0.0200.280.53
HSL65.45º15.94%40.59%-
HSV(B)65.45º27.5%47.06%-
XYZ15.7717.911.64-
YUV115.34112.01129.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=36.11%
G=37.04%
B=26.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120870.0200.280.5365.4515.9440.59
Hex757857201C35411029
Octal1651701272034651012051
Binary11101011111000101011110011100110101100000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757857; }

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

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

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

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

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

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

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

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