#757556

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

Shades of Finch #757556

Tints of Finch #757556

Color information

#757556 (or 0x757556) is unknown color: approx Finch. HEX triplet: 75, 75 and 56. RGB value is (117,117,86). Sum of RGB (Red+Green+Blue) = 117+117+86=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757556 is #8A8AA9. Grayscale: #717171. Windows color (decimal): -9079466 or 5666165. OLE color: 5666165.

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

Color convert

RGB11711786-
CMYK000.260.54
HSL60º15.27%39.8%-
HSV(B)60º26.5%45.88%-
XYZ15.3817.1811.31-
YUV113.47112.5130.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=36.56%
G=36.56%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711786000.260.546015.2739.8
Hex757556001A363cf28
Octal165165126003266741750
Binary11101011110101101011000110101101101111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757556; }

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

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

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

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

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

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

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

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