#757965

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

Shades of Finch #757965

Tints of Finch #757965

Color information

#757965 (or 0x757965) is unknown color: approx Finch. HEX triplet: 75, 79 and 65. RGB value is (117,121,101). Sum of RGB (Red+Green+Blue) = 117+121+101=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #757965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757965 is #8A869A. Grayscale: #757575. Windows color (decimal): -9078427 or 6650229. OLE color: 6650229.

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

Color convert

RGB117121101-
CMYK0.0300.170.53
HSL72º9.01%43.53%-
HSV(B)72º16.53%47.45%-
XYZ16.5218.414.99-
YUV117.52118.67127.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=34.51%
G=35.69%
B=29.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171211010.0300.170.53729.0143.53
Hex7579653011354892c
Octal1651711453021651101154
Binary1110101111100111001011101000111010110010001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757965; }

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

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

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

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

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

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

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

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