#757561

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

Shades of Finch #757561

Tints of Finch #757561

Color information

#757561 (or 0x757561) is unknown color: approx Finch. HEX triplet: 75, 75 and 61. RGB value is (117,117,97). Sum of RGB (Red+Green+Blue) = 117+117+97=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757561 is #8A8A9E. Grayscale: #727272. Windows color (decimal): -9079455 or 6387061. OLE color: 6387061.

HSL color Cylindrical-coordinate representation of color #757561: hue angle of 60º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #757561 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB11711797-
CMYK000.170.54
HSL60º9.35%41.96%-
HSV(B)60º17.09%45.88%-
XYZ15.8617.3713.83-
YUV114.72118129.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=35.35%
G=35.35%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711797000.170.54609.3541.96
Hex7575610011363c92a
Octal165165141002166741152
Binary11101011110101110000100100011101101111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757561; }

 p { color: rgb(117,117,97); }

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

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

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

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

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

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

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