#757943

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

Shades of Finch #757943

Tints of Finch #757943

Color information

#757943 (or 0x757943) is unknown color: approx Finch. HEX triplet: 75, 79 and 43. RGB value is (117,121,67). Sum of RGB (Red+Green+Blue) = 117+121+67=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 121 - color contains mainly: green. Hex color #757943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757943 is #8A86BC. Grayscale: #717171. Windows color (decimal): -9078461 or 4422005. OLE color: 4422005.

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

Color convert

RGB11712167-
CMYK0.0300.450.53
HSL64.44º28.72%36.86%-
HSV(B)64.44º44.63%47.45%-
XYZ15.1917.867.96-
YUV113.65101.67130.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 67 (26.56% from 255) = 21.97%
R=38.36%
G=39.67%
B=21.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121670.0300.450.5364.4428.7236.86
Hex757943302D35401d25
Octal1651711033055651003545
Binary111010111110011000011110101101110101100000011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757943; }

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

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

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

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

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

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

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

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