#757865

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

Shades of Finch #757865

Tints of Finch #757865

Color information

#757865 (or 0x757865) is unknown color: approx Finch. HEX triplet: 75, 78 and 65. RGB value is (117,120,101). Sum of RGB (Red+Green+Blue) = 117+120+101=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 120 - color contains mainly: green. Hex color #757865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757865 is #8A879A. Grayscale: #757575. Windows color (decimal): -9078683 or 6649973. OLE color: 6649973.

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

Color convert

RGB117120101-
CMYK0.0200.160.53
HSL69.47º8.6%43.33%-
HSV(B)69.47º15.83%47.06%-
XYZ16.418.1514.95-
YUV116.94119.01128.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=34.62%
G=35.50%
B=29.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171201010.0200.160.5369.478.643.33
Hex7578652010354592b
Octal1651701452020651051153
Binary1110101111100011001011001000011010110001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757865; }

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

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

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

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

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

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

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

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