#757A5C

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

Shades of Finch #757A5C

Tints of Finch #757A5C

Color information

#757A5C (or 0x757A5C) is unknown color: approx Finch. HEX triplet: 75, 7A and 5C. RGB value is (117,122,92). Sum of RGB (Red+Green+Blue) = 117+122+92=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 122 - color contains mainly: green. Hex color #757A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A5C is #8A85A3. Grayscale: #757575. Windows color (decimal): -9078180 or 6060661. OLE color: 6060661.

HSL color Cylindrical-coordinate representation of color #757A5C: hue angle of 70º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757A5C is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB11712292-
CMYK0.0400.250.52
HSL70º14.02%41.96%-
HSV(B)70º24.59%47.84%-
XYZ16.2318.4712.84-
YUV117.08113.84127.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=35.35%
G=36.86%
B=27.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117122920.0400.250.527014.0241.96
Hex757A5C40193446e2a
Octal1651721344031641061652
Binary11101011111010101110010001100111010010001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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