#757944

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

Shades of Finch #757944

Tints of Finch #757944

Color information

#757944 (or 0x757944) is unknown color: approx Finch. HEX triplet: 75, 79 and 44. RGB value is (117,121,68). Sum of RGB (Red+Green+Blue) = 117+121+68=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #757944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757944 is #8A86BB. Grayscale: #717171. Windows color (decimal): -9078460 or 4487541. OLE color: 4487541.

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

Color convert

RGB11712168-
CMYK0.0300.440.53
HSL64.53º28.04%37.06%-
HSV(B)64.53º43.8%47.45%-
XYZ15.2217.878.12-
YUV113.76102.17130.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=38.24%
G=39.54%
B=22.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121680.0300.440.5364.5328.0437.06
Hex757944302C35411c25
Octal1651711043054651013445
Binary111010111110011000100110101100110101100000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757944; }

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

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

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

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

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

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

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

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