#757D5C

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

Shades of Finch #757D5C

Tints of Finch #757D5C

Color information

#757D5C (or 0x757D5C) is unknown color: approx Finch. HEX triplet: 75, 7D and 5C. RGB value is (117,125,92). Sum of RGB (Red+Green+Blue) = 117+125+92=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 125 - color contains mainly: green. Hex color #757D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D5C is #8A82A3. Grayscale: #767676. Windows color (decimal): -9077412 or 6061429. OLE color: 6061429.

HSL color Cylindrical-coordinate representation of color #757D5C: hue angle of 74.55º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757D5C is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB11712592-
CMYK0.0600.260.51
HSL74.55º15.21%42.55%-
HSV(B)74.55º26.4%49.02%-
XYZ16.619.2212.96-
YUV118.85112.85126.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=35.03%
G=37.43%
B=27.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117125920.0600.260.5174.5515.2142.55
Hex757D5C601A334bf2b
Octal1651751346032631131753
Binary11101011111101101110011001101011001110010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757D5C; }

 p { color: rgb(117,125,92); }

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

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

 a { background-color: rgb(117,125,92); }

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

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

 span { border-color: rgb(117,125,92); }

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